CtlPanel.TAppletApplication.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
CTLPanel.pas
CtlPanel.hpp
Unit: CtlPanel
Parent: TAppletApplication

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TAppletApplication(System::Classes::TComponent* AOwner);

Description

Instantiates a TAppletApplication object.

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.

See Also