added Delphis trick to set the form reference before the constructor is called

git-svn-id: trunk@3639 -
This commit is contained in:
mattias 2002-11-15 22:43:28 +00:00
parent bec5c13181
commit 98f2c29901

View File

@ -568,7 +568,7 @@ type
destructor Destroy; override;
procedure ControlDestroyed(AControl: TControl);
Procedure BringToFront;
procedure CreateForm(NewForm : TFormClass; var ref);
procedure CreateForm(InstanceClass: TComponentClass; var Reference);
function HandleAllocated: boolean;
procedure HandleException(Sender: TObject);
procedure HandleMessage;