Changeset 32 for trunk/Forms/FormTables.pas
- Timestamp:
- Jun 29, 2024, 7:58:36 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormTables.pas
r31 r32 1 unit UFormTables;1 unit FormTables; 2 2 3 3 interface … … 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls, 7 ActnList, Menus, UDatabase;7 ActnList, Menus, DbEngine, FormEx; 8 8 9 9 type … … 11 11 { TFormTables } 12 12 13 TFormTables = class(TForm )13 TFormTables = class(TFormEx) 14 14 AAdd: TAction; 15 15 AShowFields: TAction; … … 57 57 58 58 uses 59 UFormTable, UFormRecords, UFormFields;59 FormTable, FormRecords, FormFields; 60 60 61 61 {$R *.lfm}
Note:
See TracChangeset
for help on using the changeset viewer.