ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TItemIdListHelper.IsNullOrInvalid

Determines if the ItemIdList is not assigned or invalid.

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

boolean: true, if the passed ItemIdList is nil or invalid.