Description: | The Node object contains information relating to an item in the detail view of the TreeView control. This includes a pointer to the image to be used, the text string to be displayed, and pointers to related Node objects. | ||||
Details: | You access a Node object as if it is one of the properties of a TreeView control or a parent Node object. For example to get the text string of the first root node object, you code the following: MOVE "Text" OF "Root" (1) OF TreeView1 TO ... | ||||
Properties: | Child Count Expanded | ExpandedImageIndex ImageIndex Parent | Path Selected SelectedImageIndex | Text | |
Methods: | Add | Clear | Delete EnsureVisible | Insert | |
Events: | None | ||||
Corresponding Element in PowerCOBOL V3.0 or earlier: | None |