|
|
|
|
|
TreeDeleteAll (Function) In french: ArbreSupprimeTout Deletes all elements from a TreeView control. Example of TreeView control:
// Delete the content from the "TREE_TVRecipe" control ResDelete = TreeDeleteAll(TREE_TVRecipe)
Syntax
<Result> = TreeDeleteAll(<TreeView control>)
<Result>: Boolean - True if deleted successfully,
- False otherwise.
<TreeView control>: Control name Name of the TreeView control to be used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|