TTMSFNCTreeViewGroup Class
Defines a named group header that spans a contiguous range of columns in the tree view.
API unit family: TMSFNCTreeViewData
Inherits from: TCollectionItem
Syntax
TTMSFNCTreeViewGroup = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| BottomFill | Background fill for the bottom header row of this group. |
| BottomFont | Text font for the bottom header row of this group. |
| BottomStroke | Border stroke for the bottom header row of this group. |
| DBKey | Database key used to map this group to a dataset field when a database adapter is active. |
| DataBoolean | User-defined Boolean for storing application data on this group. |
| DataInteger | User-defined integer for storing application data on this group. |
| DataObject | User-defined object reference for storing application data on this group. |
| DataPointer | User-defined pointer for storing arbitrary application data on this group. |
| DataString | User-defined string for storing application data on this group. |
| EndColumn | Zero-based index of the last column spanned by this group. Default: 0. |
| Name | Programmatic identifier for this group; use FindGroupByName to look it up by name. |
| StartColumn | Zero-based index of the first column spanned by this group. Default: 0. |
| Tag | User-defined integer for application use. Default: 0. |
| Text | Header text displayed in the group's header row. |
| TopFill | Background fill for the top header row of this group. |
| TopFont | Text font for the top header row of this group. |
| TopStroke | Border stroke for the top header row of this group. |
| UseDefaultAppearance | True inherits fill, stroke, and font from the tree view's default group appearance. Default: True. |
Methods
| Name | Description |
|---|---|
| GetText | Returns the header text for this group. |
| TreeView | Returns the tree view data object that owns this group. |