TreeRefresh method (WinStudio scripts)
Applies To
IWSFormComponent interface, tree objects
Definition
Refreshes the tree component, rebuilding itself from the top/root.
Syntax
object.TreeRefresh( )
| Part | Description |
| object | Required. A reference to a valid tree component object. |
Example
ThisForm.Components("tree1").TreeRefresh()
相关主题