Vcl.FileCtrl.TFilterComboBox.Create

From RAD Studio API Documentation
Jump to: navigation, search

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) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TFilterComboBox

Description

Creates and initializes an instance of TFilterComboBox.

Call Create to create a TFilterComboBox objectat runtime. Filter combo boxes placed on a form at design time are created automatically.

See Also