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

Erzeugt ein neues TCustomColorBox-Objekt.

Mit Create können Sie zur Laufzeit ein TCustomColorBox-Objekt instantiieren. TCustomColorBox-Objekte, die Sie zur Entwurfszeit in ein Formular einfügen, werden automatisch erzeugt.

AOwner ist der Eigentümer des Kombinationsfeldes (normalerweise das Formular). Der Eigentümer ist für die Freigabe des Objekts verantwortlich.

Siehe auch