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

TdxCloudStorageSpecialFolderList Class

A list of special folders.

#Declaration

Delphi
TdxCloudStorageSpecialFolderList = class(
    TdxCloudStorageItemList<TdxCloudStorageSpecialFolder>
)

#Remarks

This class provides the following members that allow you to:

  • Apply the specified routine to all stored special folders (Enum);

  • Identify the total number of special folders (Count).

  • Access an individual folder by its index (Items).

  • Identify if the specified folder is within the collection (IndexOf).

  • Access a specific special folder by its type (GetByType).

The cloud storage component’s Files.SpecialFolders property references a TdxCloudStorageSpecialFolderList object.

#Inheritance

TObject
TdxCloudStorageItemList<T>
TdxCloudStorageSpecialFolderList
See Also