TcxShellFolderAttribute Enum
In This Article
Enumerates file system attributes of a shell item.
#Declaration
Delphi
TcxShellFolderAttribute = (
sfaGhosted,
sfaHidden,
sfaIsSlow,
sfaLink,
sfaReadOnly,
sfaShare
);
#Members
Name | Description |
---|---|
sfa
|
The shell item is shown as unavailable to users (semi-transparent). |
sfa
|
The shell item is hidden in the file system. The shell control does not display it unless the corresponding option is enabled. |
sfa
|
The file system indicates that file access operations through |
sfa
|
The shell item is a shortcut. |
sfa
|
The shell item is read-only. It is impossible to create new shell items within a read-only folder shell item. |
sfa
|
The shell item is shared. |
#Remarks
The TcxShellFolderAttributes type references the TcxShellFolderAttribute
type.
See Also