[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create - constructor for TApplication: initialises a large number of local variables and properties, then calls inherited Create
Source position: forms.pp line 1293
public constructor TApplication.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
The Owner object that invoked this instance of TApplication |
This instance of the constructor performs most of the setting up of the environment for the application. The instances of Create that occur in some of the ancestor classes are place holders rather than actual instructions for constructing the object
lazarus-ccr.sourceforge.net |