RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.Create Constructor

Creates a new application.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TApplication(TComponent * AOwner);

Do not call Create directly. Each GUI application automatically creates an instance of an application object. 

For TApplication, the Create method initializes default values for some of its properties. It also prepares the application to run by setting up objects such as hint windows, the application icon, the main window handle, the instance handle, lists for managing child windows of the main window (form), and so on. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!