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