Ignore:
Timestamp:
Jan 18, 2015, 11:29:26 PM (9 years ago)
Author:
chronos
Message:
  • Moved: Field and value data type declaration moved to separate unit.
  • Modified: Fields edit form is now modal and made need changes need to be accepted.
  • Added: 32x32 icons to actions.
  • Fixed: If fileds count or type changed then table values are updated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormRecords.pas

    r3 r4  
    5656procedure TFormRecords.FormShow(Sender: TObject);
    5757begin
    58   Caption := 'Table - ' + Table.Name;
     58  Caption := 'Table - ' + Table.Caption;
    5959  ReloadList;
    6060end;
Note: See TracChangeset for help on using the changeset viewer.