CtlPanel.TAppletModule.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TAppletModule(System::Classes::TComponent* AOwner);
/* TDataModule.CreateNew */ inline __fastcall virtual TAppletModule(System::Classes::TComponent* AOwner, int Dummy) : System::Classes::TDataModule(AOwner, Dummy) { }

Properties

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

Description

Instantiates a TAppletModule object.

Create constructs a TAppletModule instance and adds itself to the list of Modules in the TAppletApplication specified as the value of AOwner.

See Also