TcxShellFolder.Capabilities Property
Returns the file system capability flags of the current shell item.
Declaration
property Capabilities: TcxShellFolderCapabilities read;
Property Value
| Type | Description |
|---|---|
| TcxShellFolderCapabilities | The set of file system capability flags applied to the shell item. |
Remarks
The Capabilities property value can include any number of supported file system capability flags. Refer to the TcxShellFolderCapability type description for information on individual file system capability flags.
See Also