Registriert seit: 10. Jun 2002
Ort: Unterhaching
11.412 Beiträge
Delphi 12 Athens
|
25. Jun 2003, 11:45
Zwischen dem Create und dem Activate werden alle folgenden Module und Formulare erstellt. In deren Create-Ereignissen können auch fatale Fehler auftreten.
Delphi-Quellcode:
Application.CreateForm(TdatModul, datModul);
Application.CreateForm(TfrmKategorien, frmKategorien);
Application.CreateForm(TfrmDBOptions, frmDBOptions);
Application.CreateForm(TfrmLaender, frmLaender);
Application.CreateForm(TdatModulAusgabe, datModulAusgabe);
Application.CreateForm(TfrmSuchDialog, frmSuchDialog);
Application.CreateForm(TfrmAboutBox, frmAboutBox);
Application.CreateForm(TfrmLaufendeNummern, frmLaufendeNummern);
Application.CreateForm(TfrmKorrekrurbelicht, frmKorrekrurbelicht);
Application.CreateForm(TfrmQRListe, frmQRListe);
Application.CreateForm(TfrmAdrEdit, frmAdrEdit);
Application.CreateForm(Tform99, form99);
... ...
Daniel Lizbeth Ich bin nicht zurück, ich tue nur so
|
|
Zitat
|