Table of Contents

TTMSFNCTimelineAdapter.UpdateItem Method

Called when an indicator is modified; override to persist the changes to the data source.

API unit family: TMSFNCTimeline Declaring type: TTMSFNCTimelineAdapter

Overloads

Overload 1

Called when an indicator is modified; override to persist the changes to the data source.

procedure UpdateItem(AItem: TTMSFNCTimelineIndicator); overload; virtual; abstract;

Parameters

Name Description
AItem The indicator that was modified.

Overload 2

Called when a section is modified; override to persist the changes to the data source.

procedure UpdateItem(AItem: TTMSFNCTimelineSection); overload; virtual; abstract;

Parameters

Name Description
AItem The section that was modified.