Table of Contents

TTMSFNCCustomTimeline.IsSectionHovered Method

Returns whether the section at the specified index is hovered.

API unit family: TMSFNCTimeline Declaring type: TTMSFNCCustomTimeline

Overloads

Overload 1

Returns whether the section at the specified index is hovered.

function IsSectionHovered(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 section is hovered.

function IsSectionHovered(ASection: TTMSFNCTimelineSection): Boolean; overload;

Parameters

Name Description
ASection Specifies ASection.

Returns

True when the requested condition is met; otherwise, False.