Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCloudStorageSpecialFolder.Type Property

Returns the special folder’s type.

#Declaration

Delphi
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