| ImageEn, unit iexFolderTree |
|
TIEFolderTree.DeleteSelectedFolder
Declaration
function DeleteSelectedFolder(ForcePermanentDelete: Boolean): Boolean;
Description
Removes the currently selected folder in the control using options specified by
FileOperationOptions.
Result is true if the folder is deleted.
Note: Errors will be silent unless ieioVerboseErrors is included
FileOperationOptions
Examples
IEFolderTree1.DeleteSelectedFolder( False );