TTMSFNCTimelineDatabaseAdapterItemSource Class
Configures the field mapping between the timeline adapter and a bound
TDataSource; maps indicator and section properties to named dataset fields.
API unit family: TMSFNCTimelineDatabaseAdapter
Inherits from: TPersistent
Syntax
TTMSFNCTimelineDatabaseAdapterItemSource = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AutoIncrementDBKey | When True, the adapter automatically generates a unique DBKey for newly inserted indicators or sections. |
| DBKey | Name of the dataset field used as the unique key identifying each indicator or section record. |
| DataSource | Data source whose dataset fields are mapped to timeline indicator and section properties. |
| EndDate | Name of the dataset field mapped to the section end date when the range type is date-based. |
| EndValue | Name of the dataset field mapped to the section end value when the range type is numeric. |
| Fixed | Name of the dataset field mapped to the indicator or section Fixed flag. |
| Selectable | Name of the dataset field mapped to the indicator or section Selectable flag. |
| StartDate | Name of the dataset field mapped to the section start date when the range type is date-based. |
| StartValue | Name of the dataset field mapped to the section start value when the range type is numeric. |
| Text | Name of the dataset field mapped to the indicator or section text/label. |