Returns the parent node of the current node. Runtime-only.
object.ParentNode = [node object]
Where object is an object expression that evaluates to one of the controls in the Applies To list, and node object is the parent of the specified object.
Newlook Smartclient only.
This property is used to return the previous node at the same level as this node.
This property returns the node object, which means that all its properties are also accessible.
When the specified object has no parent, this property will return a run-time error.
It is possible to use the Add and Remove methods to add Nodes dynamically to a tree view via a script or macro or they can be added in Designer.
Node object | Nodes collection | Add method | Remove method | Text property | Icon property | SelectedIcon property | NextNode property
© 2004-2021 looksoftware. All rights reserved.