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

TdxCloudStorageItemList<T> Class

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

#Declaration

Delphi
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