[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create an instance of TApplication
Source position: forms.pp line 1061
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 |