TTMSFNCTimelineDatabaseAdapterFieldsParams Record
Combined field-mapping flags passed to the
OnReadFieldsevent, covering both indicator and section fields plus routing metadata.
API unit family: TMSFNCTimelineDatabaseAdapter
Syntax
TTMSFNCTimelineDatabaseAdapterFieldsParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Add |
Boolean |
Set to False to skip the record instead of adding it to the timeline. |
EndDate |
Boolean |
True when the end of the range is taken from a mapped date field. |
EndValue |
Boolean |
True when the end of the range is taken from a mapped numeric field. |
Fixed |
Boolean |
True when the fixed state is taken from a mapped field. |
IsIndicator |
Boolean |
True when the mapped field decides whether the record becomes an indicator instead of a section. |
Selectable |
Boolean |
True when the selectable state is taken from a mapped field. |
StartDate |
Boolean |
True when the start of the range is taken from a mapped date field. |
StartValue |
Boolean |
True when the start of the range is taken from a mapped numeric field. |
Text |
Boolean |
True when the caption is taken from a mapped field. |