TreeSetRecursiveMax method (WinStudio scripts)
Applies To
IWSFormComponent interface, tree objects
Definition
Sets the maximum number of recursive loops allowed.
Syntax
object.TreeSetRecursiveMax( integer )
Part | Description |
object | Required. A reference to a valid tree component object. |
integer | Required. The maximum number of recursive loops allowed. |
Remarks
A 0 (zero) indicates that there is no restriction in the number of recursive loops.
Example
ThisForm.Components("graph1").TreeSetRecursiveMax(20)