TdxCloudStorageCustomFolder.Children Property
In This Article
Provides access to the folder’s content.
#Declaration
Delphi
property Children: TdxCloudStorageFolderChildren read;
#Property Value
Type |
---|
Tdx |
#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 Has
See Also