Table of Contents

TTMSFNCTimelineAdapter.SelectItem Method

Called when an indicator is selected; override to react to selection in the data source.

API unit family: TMSFNCTimeline Declaring type: TTMSFNCTimelineAdapter

Overloads

Overload 1

Called when an indicator is selected; override to react to selection in the data source.

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

Parameters

Name Description
AItem The indicator that was selected.

Overload 2

Called when a section is selected; override to react to selection in the data source.

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

Parameters

Name Description
AItem The section that was selected.