TdxCloudStorageSpecialFolder.Type Property
Returns the special folder’s type.
Declaration
property &Type: TType read;
Property Value
Type |
---|
TdxCloudStorageSpecialFolder.TType |
Remarks
Use this property to identify populated special folders accessible via the cloud storage component’s Files.SpecialFolders property. Refer to the TType nested enumerated type description for details.
Note
Both the Type property value and the cloud storage component’s active data provider define the special folder’s display name (that is, the Name property value).
See Also