WinStudio
IWSFormComponent interface, tree objects
Returns an integer indicating the number of child nodes found at the top/root node.
object.TreeGetChildNodeCountAtRoot( )
Part |
Description |
object | Required. A reference to a valid tree component object. |
Dim childNodeCount as Integer = 0 childNodeCount = ThisForm.Components("tree1").TreeGetChildNodeCountAtRoot()