Delphi

TextBox Validation in Delphi

Submitted by teody882012 on
Delphi validation program Follow the instructions / procedures below: 1. Open your Delphi IDE 2. Create a Form with 2 TLabels, 2 TEdit and 1 TButton, Just like this: 3. Copy and paste the sourcecodes below: unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls; type TForm1 = class(TForm) Edit1: TEdit; Label1: TLabel; Edit2: TEdit;

Dormitory Management System

Submitted by nicegal17 on
Hello everyone, this is my first time here.. I would like to share here my project so called Dormitory Management System. DOMS - is a Client - Server develop using Delphi (Object-Pascal) and Firebird Database. This system is related to iDorm and Online Dormitory Management System Features: 1.) Rooms 2.) Dormitory Applicants 3.) Dormitory Occupants 4.) Student Schedules (Occupants Schedule). 5.)

Delphi + Firebird

Submitted by Jigs on
This is my simple Delphi project using Firebird server and FlameRobin as a tool. It is a monitoring type of application that has the capabilities of adding, updating/modifying, deleting records, and generating reports. Hope this simple program will help you. Feel free to comment and suggest for better improvement.