TreeGetRecursiveMax method (WinStudio scripts)
Applies To
IWSFormComponent interface, tree objects
Definition
Returns an integer indicating the maximum number of recursive loops the tree component is to process to create child nodes.
Syntax
object.TreeGetRecursiveMax( )
Part | Description |
object | Required. A reference to a valid tree component object. |
Example
Dim recursiveMax as Integer = 0 recursiveMax = ThisForm.Components("tree1").TreeGetRecursiveMax()