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
[SecurityPermission(SecurityAction.Demand, Unrestricted=True)]
TFilterComboBox = class(TCustomComboBox);
C++
[SecurityPermission(SecurityAction.Demand, Unrestricted=True)]
class TFilterComboBox : public TCustomComboBox;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!