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