|
|
|
|
|
<TreeView>.DeleteAll (Function) In french: <Arbre>.SupprimeTout Deletes all elements from a TreeView control. Example of TreeView control:
// Delete the content from the "TREE_TVRecipe" control ResDelete = TREE_TVRecipe.DeleteAll()
Syntax
<Result> = <TreeView control>.DeleteAll()
<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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|