RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFilterComboBox Class

TFilterComboBox is a specialized combo box that presents the user with a choice of file filters.

Pascal
TFilterComboBox = class(TCustomComboBox);
C++
class TFilterComboBox : public TCustomComboBox;

FileCtrl

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!