Vcl.WinXCtrls.TCustomRelativePanel.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomRelativePanel


Beschreibung

Erstellt eine Instanz von TCustomRelativePanel.

Create initialisiert auch die Eigenschaft ControlCollection.

Siehe auch