CtlPanel.TAppletApplication.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletApplication

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