Vcl.StdCtrls.TCustomGroupBox.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomGroupBox

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomGroupBox.

Mit Create instantiieren Sie zur Laufzeit ein Gruppenfeld. Während des Entwurfs in ein Formular platzierte Gruppenfelder werder automatisch erzeugt.

AOwner ist die Komponente, normalerweise ein Formular, das für die Freigabe des Gruppenfeldes verantwortlich ist. Diese Komponente wird der Eigenschaft Owner zugewiesen.

Siehe auch