CtlPanel.TAppletModule.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletModule


Beschreibung

Instantiiert ein TAppletModule-Objekt.

Create erzeugt eine Instanz von TAppletModule und fügt sich als Wert von AOwner in die Liste Modules von TAppletApplication ein.

See Also