This method clears all nodes in a TreeView control.
TreeView object.Clear()
Newlook Smartclient only.
None.
Returns a Boolean indicating the success or failure of the action.
The following example removes all nodes from a TreeView control: JSCRIPT//Clear nodes from tree view App.ActiveForm.TreeViewControl.Nodes.Clear();
//Refresh list App.RefreshForm(); |
Add Method - Nodes | Nodes Collection
© 2004-2021 looksoftware. All rights reserved.