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

TdxCloudStorageCustomFolder.Children Property

Provides access to the folder’s content.

#Declaration

Delphi
property Children: TdxCloudStorageFolderChildren read;

#Property Value

Type
TdxCloudStorageFolderChildren

#Remarks

Use this property to access the folders and files nested within the current folder if the IsLoaded property returns True. Otherwise, call the FetchChildren procedure to populate the collection from the connected online file storage service’s server.

Note

The HasChildren function returns False if the Children collection is empty.

See Also