TTMSFNCTreeViewGroups Class
Manages the ordered set of column-group definitions for a tree view.
API unit family: TMSFNCTreeViewData
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCTreeViewGroups = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Returns the group at the specified index. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new group to the end of the collection and returns it. |
| Insert | Inserts a new group at the specified index and returns it. |
| TreeView | Returns the tree view data object that owns this collection. |