TdxCloudStorageCustomFolder.HasChildren Method
Identifies if the folder has any loaded content.
Declaration
function HasChildren: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns False if the folder’s content structure is empty (that is, the Children.Count property returns 0); otherwise, True.
Note
If the HasChildren function returns False while the IsLoaded property returns True, the folder is actually empty.
See Also