Skip to main content

TdxPSExplorerFolder.DeleteItems Method

Deletes immediate child items.

Declaration

procedure DeleteItems; virtual;

Remarks

Use the DeleteItems method to remove child items from the current folder. Note that child items of nesting folders are not affected by this method. After the method has been called the folder contains its child folders only. To remove these child folders, use the DeleteFolders method.

To delete an individual item, use the desired item’s Delete method. To access a folder’s child item use the folder’s Items property.

See Also