Back to Devexpress

TdxCloudStorageSpecialFolderList Class

vcl-dxcloudstorage-8600ff50.md

latest1.6 KB
Original Source

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

TdxCloudStorageSpecialFolderList Members

dxCloudStorage Unit