TTMSFNCTimelineAdapter.InsertItem Method
Called when a new indicator is inserted; override to add the corresponding record to the data source.
API unit family: TMSFNCTimeline
Declaring type: TTMSFNCTimelineAdapter
Overloads
Overload 1
Called when a new indicator is inserted; override to add the corresponding record to the data source.
procedure InsertItem(AItem: TTMSFNCTimelineIndicator); overload; virtual; abstract;
Parameters
| Name | Description |
|---|---|
AItem |
The indicator that was inserted. |
Overload 2
Called when a new section is inserted; override to add the corresponding record to the data source.
procedure InsertItem(AItem: TTMSFNCTimelineSection); overload; virtual; abstract;
Parameters
| Name | Description |
|---|---|
AItem |
The section that was inserted. |