Don't create form "column_selection" at startup, as it's created on demand. Form creation at demand-time (or JIT) is one way to increase performance. Please change DPR files with caution.

This commit is contained in:
Ansgar Becker
2007-07-03 18:09:18 +00:00
parent 6258dc8ddb
commit 952c2079f5

View File

@ -43,7 +43,6 @@ begin
Application.Initialize;
Application.Title := APPNAME;
Application.CreateForm(TMainForm, MainForm);
Application.CreateForm(TColumnSelectionForm, ColumnSelectionForm);
debug('perf: Main created.');
Application.CreateForm(TCreateTableForm, CreateTableForm); debug('perf: CreateTable created.');