[Overview][Types][Classes] | Reference for unit 'CustApp' (#fcl) |
Create a new instance of the TCustomApplication class
Source position: CustApp.pp line 46
public constructor TCustomApplication.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner component. Usually Nil. |
Create creates a new instance of the TCustomApplication class. It sets some defaults for the various properties, and then calls the inherited Create.
|
Destroys the TCustomApplication instance. |
No notes exist for this page yet.