RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletApplication.Create Constructor

Instantiates a TAppletApplication object.

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

Applications do not need to call the constructor directly. TAppletApplication is instantiated by selecting File | New | Other from the menu of the IDE main window and selecting Applet Application in the New Items dialog. An Application variable of type TAppletApplication is declared and initialized as the instance of the application. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!