API:Vcl.ExtCtrls.TCustomColorBox.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

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

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomComboBox.

Vcl.ExtCtrls.TCustomColorBox.Create erbt von Vcl.StdCtrls.TCustomComboBox.Create. Der folgende Inhalt bezieht sich auf Vcl.StdCtrls.TCustomComboBox.Create.

Erstellt und initialisiert eine Instanz von TCustomComboBox.

Mit Create können Sie zur Laufzeit ein Kombinationsfeld erzeugen. Während des Entwurfs in ein Formular platzierte Kombinationsfelder werder automatisch erzeugt.

AOwner ist die Komponente (normalerweise das Formular), die für die Freigabe der TViewItemEditor-Instanz verantwortlich ist.

Siehe auch