Delphi-Quellcode:
Application.Initialize;
Application.CreateForm(TF01Start, F01Start);
Application.CreateForm(TF10Msge, F10Msge);
Application.CreateForm(TF14Service, F14Service);
Application.CreateForm(TF27End, F27End);
Da hat aber jemand kräftig Reverse-Engineering betrieben, wa?
Ansonsten: Keine
VCL-Aktionen in Threads direkt ausführen, da diese nicht Thread-Safe sind.