TcxShellFolder.StorageCapabilities Property
Returns storage capability flags of the shell item.
Declaration
property StorageCapabilities: TcxShellFolderStorageCapabilities read;
Property Value
Type | Description |
---|---|
TcxShellFolderStorageCapabilities | The set of storage capability flags of the shell item. |
Remarks
The StorageCapabilities
property value can include any number of supported storage capability flags. Refer to the TcxShellFolderStorageCapability type description for information on individual storage capability flags.
See Also