API:Vcl.ExtCtrls.TCustomCategoryPanelGroup.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

Beschreibung

Erzeugt und initialisiert ein TScrollingWinControl-Objekt.

Vcl.ExtCtrls.TCustomCategoryPanelGroup.Create erbt von Vcl.Forms.TScrollingWinControl.Create. Der folgende Inhalt bezieht sich auf Vcl.Forms.TScrollingWinControl.Create.

Erzeugt und initialisiert ein TScrollingWinControl-Objekt.

Mit Create wird ein neues TScrollingWinControl-Objekt erzeugt und initialisiert.

Der Parameter AOwner ist ein TComponent-Objekt, das der Eigentümer des fensterorientierten Steuerelements ist.

Siehe auch