ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TJamPathEdit.FileFilter

Edit the filter of the opendialog.

Syntax
Pascal
property FileFilter: UnicodeString;

Use this property to edit your own filter options for the opendialog.

Enter this string in the object inspector to get following filter list in your opendialog:

   All Files|*.*|Delphi|*.pas;*.dpr|Application|*.exe|Text documents|*.txt
    All Files
    Delphi
    Application
    Text documents