TreeGetRecursiveCount method (WinStudio scripts)
Applies To
IWSFormComponent interface, tree objects
Definition
Returns an integer indicating the number of recursive loops the tree component has completed.
Syntax
object.TreeGetRecursiveCount( )
Part | Description |
object | Required. A reference to a valid tree component object. |
Example
Dim recursiveCount as Integer = 0 recursiveCount = ThisForm.Components("tree1").TreeGetRecursiveCount()