TdxPSExplorerFolder.HasFolders Method
Indicates whether the folder contains child folders.
Declaration
function HasFolders: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
The number of child folders within a folder can be obtained using the parent’s FolderCount property. If a folder doesn’t contain any child folders, the FolderCount property value is 0.
Use the HasItems property to determine whether the folder contains any immediate child report items.
See Also