Vcl.FileCtrl.TFilterComboBox
Delphi
TFilterComboBox = class(TCustomComboBox)
C++
class PASCALIMPLEMENTATION TFilterComboBox : public Vcl::Stdctrls::TCustomComboBox
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.FileCtrl.pas Vcl.FileCtrl.hpp |
Vcl.FileCtrl | Vcl.FileCtrl |
Description
TFilterComboBox is a specialized combo box that presents the user with a choice of file filters.
Add a filter combo box to a form that includes a file selection control to provide a set of predefined file filters. Use TFilterComboBox along with TDriveComboBox, TDirectoryListBox, and TFileListBox to add full file selection capabilities to a form.
To add a standard Win32 file open or save dialog to an application, use TOpenDialog or TSaveDialog instead.