TcxShellFolderProperty Enum
In This Article
Enumerates shell item properties.
#Declaration
Delphi
TcxShellFolderProperty = (
sfpBrowsable,
sfpCompressed,
sfpEncrypted,
sfpNewContent,
sfpNonEnumerated,
sfpRemovable
);
#Members
Name | Description |
---|---|
sfp
|
The shell item cam be hosted inside a web browser or Windows Explorer frame. |
sfp
|
The shell item is compressed. |
sfp
|
The shell item is encrypted. |
sfp
|
The shell item has new content. |
sfp
|
The shell item is a non-enumerated item. An enumerator created by the IShell |
sfp
|
The shell item is a removable device or it is located on a removable device. |
#Remarks
The TcxShellFolderProperties type references the TcxShellFolderProperty
type.
See Also