Table of Contents

TTMSFNCTimelineAdapter.DeleteItem Method

Called when an indicator is deleted; override to remove the corresponding record from the data source.

API unit family: TMSFNCTimeline Declaring type: TTMSFNCTimelineAdapter

Overloads

Overload 1

Called when an indicator is deleted; override to remove the corresponding record from the data source.

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

Parameters

Name Description
AItem The indicator that was deleted.

Overload 2

Called when a section is deleted; override to remove the corresponding record from the data source.

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

Parameters

Name Description
AItem The section that was deleted.