Hier der Quelltext:
Delphi-Quellcode:
program Auftragserfassung;
uses
Forms,
Vertrieb_HS in 'Vertrieb_HS.pas' {FormMAIN},
Merkmale in 'Merkmale.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFormMAIN, FormMAIN);
Application.Run;
end.
Habe ein FormCreate eingebaut.
Die
Exception kommt, wenn Application.Run ausgeführt wird.