ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TItemIdListHelper.IsSimple

Determines if the ItemIdList is "simple", i.e. has been created via CreateSimpleIdList. In this case, it is not fully functional.

Syntax
Pascal
class function IsSimple(const pItemIdList: IItemIdList): boolean;
Parameters 
Description 
const pItemIdList: IItemIdList 
The ItemIdList. 

boolean: true, if the passed ItemIdList has been created via CreateSimpleIdList.