TTMSFNCTimeline.IsIndicatorHovered Method
Returns whether the indicator at the specified index is hovered.
API unit family: TMSFNCTimeline
Declaring type: TTMSFNCTimeline
Inherited from: TTMSFNCCustomTimeline
Overloads
Overload 1
Returns whether the indicator at the specified index is hovered.
function IsIndicatorHovered(AIndex: Integer): Boolean; overload;
Parameters
| Name | Description |
|---|---|
AIndex |
Specifies AIndex. |
Returns
True when the requested condition is met; otherwise, False.
Overload 2
Returns whether the specified indicator is hovered.
function IsIndicatorHovered(AIndicator: TTMSFNCTimelineIndicator): Boolean; overload;
Parameters
| Name | Description |
|---|---|
AIndicator |
Specifies AIndicator. |
Returns
True when the requested condition is met; otherwise, False.