mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 15:36:03 +02:00
added Delphis trick to set the form reference before the constructor is called
git-svn-id: trunk@3639 -
This commit is contained in:
parent
bec5c13181
commit
98f2c29901
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user