ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Types.IItemIdList.HasAttributes

Checks if the object represented by this ItemIdList has the given attributes.

Syntax
Pascal
function HasAttributes(pAttributes: UINT): Boolean;
Parameters 
Description 
pAttributes: UINT 
The attributes that should be chekced, from the SFGAO enumeration 

Boolean: True, if one of the given attibutes are set for this object; False otherwise.

This function also returns False if an error occurred while retrieving the attributes.