TTMSFNCTimelineAdapter.GetItems Method
Called by the timeline to request items for the given date range; override to fetch indicators and sections from the data source.
API unit family: TMSFNCTimeline
Declaring type: TTMSFNCTimelineAdapter
Syntax
procedure GetItems(PeriodFrom,PeriodTo: TDateTime); virtual; abstract;
Parameters
| Name | Description |
|---|---|
PeriodFrom |
Start date/time of the visible range. |
PeriodTo |
End date/time of the visible range. |