Skip to main content

TdxCloudStorageItemList<T> Class

The base class for all classes that implement lists of online resources for the cloud storage component.

Declaration

TdxCloudStorageItemList<T: TdxCloudStorageItem> = class abstract(TObject)

Remarks

This abstract generic class implements the core functionality required by all automatically populated lists of metadata containers, and provides the following members that allow you to:

  • Obtain the number of files and/or folders within the list (Count).

  • Access individual stored resources by index (Items).

  • Obtain the index of a specific resource within the list (IndexOf).

  • Access a specific resource by its unique identifier within the cloud file storage (FindByID).

TdxCloudStorageItemList<T: TdxCloudStorageItem> is an abstract class. Use this class’ descendants that instantiate it with specific metadata container classes.

Inheritance

TObject
TdxCloudStorageItemList<T>
See Also