TTMSFNCTreeViewNodeValues Class
Manages the per-column value items for a single tree node.
API unit family: TMSFNCTreeViewData
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCTreeViewNodeValues = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Returns the node value at the specified index. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new node value to the end of the collection and returns it. |
| Insert | Inserts a new node value at the specified index and returns it. |
| Node | Returns the parent node that owns this collection. |
| TreeView | Returns the tree view data object that owns this collection. |
| UpdateChecked | Sets the checked state of the value at the specified index. |