Skip to main content

TcxShellFolder.Attributes Property

Returns all file system attribute flags of the shell item.

Declaration

property Attributes: TcxShellFolderAttributes read;

Property Value

Type Description
TcxShellFolderAttributes

The set of file system attribute flags applied to the shell item.

Remarks

The Attributes property value can include any number of supported file system attribute flags. Refer to the TcxShellFolderAttributes type description for information on individual file system attributes.

See Also