ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TJamItemIdList.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 checked, 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.