ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamShellList.Filter Property

Allows you to filter objects by filename patterns.

Syntax
Pascal
property Filter: UnicodeString;

You can use a single pattern, e.g. '*.doc' or concatenate several patterns using semicolons to separate them, e.g. '*.exe;*.com'.

Using the following filter, only GIF and JPEG images will appear in the JamShellList:

JamShellList.Filter := '*.jpg;*.gif';
Copyright (c) 2011. All rights reserved.