TTMSFNCTimelineDatabaseAdapter.UpdateItem Method
Updates the dataset record associated with the timeline indicator.
API unit family: TMSFNCTimelineDatabaseAdapter
Declaring type: TTMSFNCTimelineDatabaseAdapter
Overloads
Overload 1
Updates the dataset record associated with the timeline indicator.
procedure UpdateItem(AItem: TTMSFNCTimelineIndicator); overload; override;
Parameters
| Name | Description |
|---|---|
AItem |
Timeline indicator or section being processed. |
Overload 2
Updates the dataset record associated with the timeline section.
procedure UpdateItem(AItem: TTMSFNCTimelineSection); overload; override;
Parameters
| Name | Description |
|---|---|
AItem |
Timeline indicator or section being processed. |