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