| [Overview][Types][Classes][Variables][Index] | 
Create a new instance of the TCustomApplication class
Source position: custapp.pp line 51
| 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. |