Vcl.OleCtrls.TOleControl.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TOleControl(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TOleControl(HWND ParentWindow) : Vcl::Controls::TWinControl(ParentWindow) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Beschreibung

Erstellt eine neue Instanz von TOleControl.

Mit Create wird eine neue Instanz des TOleControl-Objekts erzeugt. Create ruft die geerbte Create-Methode auf und initialisiert interne Objekte.

Siehe auch