ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TJamItemIdList.CreateSearchFolder

Static factory method that creates a "search folder" with a specified search query and scope and returns this folder as IItemIdList.

Syntax
Pascal
class function CreateSearchFolder(const pQuery: string; pSearchScope: IItemIdList): IItemIdList; deprecated;
Parameters 
Description 
const pQuery: string 
The search expression. 
pSearchScope: IItemIdList 
The folder where the search should be started. 

The search folder.

Assign result only to variables of type IItemIdList!

oMeisberger -cv11.1: Remove deprecated function (since v10.4.1)