TTMSFNCTreeViewDatabaseAdapterColumns Class
Manages the column definitions that map dataset fields to tree view columns in the database adapter.
API unit family: TMSFNCTreeViewDatabaseAdapter
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCTreeViewDatabaseAdapterColumns = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Returns the column definition at the specified index. |
Methods
| Name | Description |
|---|---|
| Adapter | Returns the database adapter that owns this collection. |
| Add | Adds a new column definition to the end of the collection and returns it. |
| HasFieldsDefined | Returns True when at least one column has an explicit FieldName assigned. |
| Insert | Inserts a new column definition at the specified index and returns it. |