Skip to main content

TdxNavBarViewInfo.IsPtTopScrollButton(TPoint) Method

Returns a value indicating whether the specified point is in the top scroll button‘s area.

Declaration

function IsPtTopScrollButton(const pt: TPoint): Boolean;

Parameters

Name Type
pt TPoint

Returns

Type
Boolean

Remarks

This function is used to determine whether specified point is located within the boundaries of the top scroll button. The pt parameter specifies an object of the TPoint type which represents the tested point’s coordinates.

See Also