Ignore:
Timestamp:
Nov 24, 2011, 10:03:48 AM (13 years ago)
Author:
chronos
Message:
  • Modified: Item list is separated from MainForm as ItemListForm.
  • Modified: Now it is possible to open multiple forms for same operation as View, Edit, Add, List. Open forms are listed in main windows tab list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/UPersistentForm.pas

    r2 r31  
    3232    try
    3333      RootKey := RegistryRootKey;
    34       OpenKey (RegistryKey + '\Forms\' + Form.Name, True);
     34      OpenKey(RegistryKey + '\Forms\' + Form.Name, True);
    3535
    3636      Form.Width := ReadIntegerWithDefault('Width', Form.Width);
Note: See TracChangeset for help on using the changeset viewer.