ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/DBAdmin/MainFormUnit.pas
(Generate patch)

Comparing ibx/trunk/examples/DBAdmin/MainFormUnit.pas (file contents):
Revision 272 by tony, Mon Feb 4 13:34:37 2019 UTC vs.
Revision 273 by tony, Mon Feb 4 13:36:50 2019 UTC

# Line 39 | Line 39 | type
39      ConfigDataLabel: TLabel;
40      ConfigDataSource: TDataSource;
41      Edit12: TEdit;
42 +    DBDateCreated: TEdit;
43      Edit2: TEdit;
44      Edit3: TEdit;
45      Edit4: TEdit;
# Line 171 | Line 172 | type
172      DatabaseOnline: TCheckBox;
173      DBCharacterSet: TIBLookupComboEditBox;
174      DBCharSetRO: TDBEdit;
174    DateDbCreated: TDBEdit;
175      DBEdit4: TDBEdit;
176      DBIsReadOnly: TCheckBox;
177      DBText1: TDBText;
# Line 1085 | Line 1085 | begin
1085      ServerVersionNo.Text :=  IBDatabaseInfo.Version;
1086      DBSQLDialect.Text :=  IntToStr(DBDataModule.DBSQLDialect);
1087      ConnectString.Text := DBDataModule.IBDatabase1.DatabaseName;
1088 +    DBDateCreated.Text := DBDataModule.DBDateCreated;
1089      Edit10.Text := IntToStr(IBDatabaseInfo.CurrentMemory);
1090      Edit11.Text := IntToStr(IBDatabaseInfo.MaxMemory);
1091      PageBuffers.Text := IntToStr(DBDataModule.PageBuffers);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines