Skip to main content

TdxCloudStorageSpecialFolderList Class

A list of special folders.

Declaration

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