TdxCloudStorageCustomFolder.HasChildren Method
In This Article
Identifies if the folder has any loaded content.
#Declaration
Delphi
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 Has
See Also