vcl-dxcloudstorage-7a09afd4.md
A list of nested online resources within a cloud folder.
TdxCloudStorageFolderChildren = class(
TdxCloudStorageItemList
)
This class has the following members that allow you to:
Obtain the total number of nested resources (Count).
Access individual nested files and folders by index (Items).
Search for files and nested folders by their names (FindFileByName and FindFolderByName).
Find a nested file or folder by its unique identifier (FindByID).
Obtain the index of a specific file or folder within the list (IndexOf).
The root, special, and ordinary folder metadata containers have the Children property that references a TdxCloudStorageFolderChildren object.
TObject TdxCloudStorageItemList<T> TdxCloudStorageItemList TdxCloudStorageFolderChildren
See Also