JVCL Help:TJvCustomAppStorage.DeleteSubTree
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.DeleteSubTree Method
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Deletes the specified folder/value and any sub folders.
Pascal
procedureDeleteSubTree(constPath: string);
Parameters
Parameters | Description |
const Path: string | Path (relative to the current path) of the sub tree to delete. |
Description
DeleteSubTree will remove the specified folder and its sub folders and all values. If the specified path refers to a value, the value will be deleted.
See Also
TJvCustomAppStorage.DeleteValue
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page