Skip to main content

TdxCloudStorageCustomFolder.Children Property

Provides access to the folder’s content.

Declaration

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