Vcl.FileCtrl.TFilterComboBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomComboBoxVcl.StdCtrls.TCustomComboVcl.Controls.TCustomListControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTFilterComboBox

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.

See Also