Vcl.Forms.TCustomFrame.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomFrame

Beschreibung

Erstellt und initialisiert ein TCustomFrame-Objekt.

Mit Create können Sie ein TCustomFrame-Objekt erstellen und initialisieren.

AOwner gibt den Eigentümer der Komponente an.

Siehe auch