TTMSFNCTreeViewNodes Class
Manages an ordered set of child nodes belonging to a tree view or a parent node.
API unit family: TMSFNCTreeViewData
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCTreeViewNodes = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Returns the node at the specified index. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new node to the end of the collection and returns it. |
| Insert | Inserts a new node at the specified index and returns it. |
| Node | Returns the parent node that owns this collection, or nil for the root collection. |
| Sort | Sorts child nodes by the specified column's cell text. |
| TreeView | Returns the tree view data object that owns this collection. |