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