Changeset 9 for trunk/MyData.lpr


Ignore:
Timestamp:
Jan 25, 2015, 9:41:26 PM (9 years ago)
Author:
chronos
Message:
  • Added: Preferences dialog window.
  • Modified: Currently selected database is set in TCore class in field Database.
  • Added: Application remembers name of previous opened database and reopen it during startup.
  • Modified: FormDatabases is now used as modal form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MyData.lpr

    r6 r9  
    1010  Forms, UFormTables, UDatabase, UCore, Common, UEngineXML, UFormTable,
    1111  UFormRecords, UFormRecord, UFormFields, UFormField, UDataTypes, UEngineMySQL,
    12   UEngineSQLite, UFormMain, UFormConnect, UFormDatabases;
     12  UEngineSQLite, UFormMain, UFormConnect, UFormDatabases, UFormPreferences;
    1313
    1414{$R *.res}
     
    2727  Application.CreateForm(TFormConnect, FormConnect);
    2828  Application.CreateForm(TFormDatabases, FormDatabases);
     29  Application.CreateForm(TFormPreferences, FormPreferences);
    2930  Application.Run;
    3031end.
Note: See TracChangeset for help on using the changeset viewer.