TdxPSExplorerFolder.DeleteFolders Method
Deletes all child folders within the current folder.
Declaration
procedure DeleteFolders; virtual;
Remarks
Use the DeleteFolders method to remove all child folders from the current folder. After the method has been called, the folder contains only its immediate child report items. You can remove these items using the DeleteItems method call.
To delete an individual folder, use the desired folder’s Delete method. To access a folder’s child folders, use the parent’s Folders property.
See Also