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