Vcl.FileCtrl.TFilterComboBox.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TFilterComboBox

Beschreibung

Erzeugt und initialisiert eine Instanz von TFilterComboBox.

Mit Create können Sie zur Laufzeit ein TFilterComboBox-Objekt erzeugen. Filter-Kombinationsfelder, die Sie während des Entwurfs in einem Formular platzieren, werden automatisch erzeugt.

Siehe auch