Skip to main content

TdxNavBarViewInfo.GetLinkAtPos(TPoint) Method

Returns the link located under the specified point.

Declaration

function GetLinkAtPos(const pt: TPoint): TdxNavBarItemLink; virtual;

Parameters

Name Type
pt TPoint

Returns

Type
TdxNavBarItemLink

Remarks

This function is used to obtain the link located at the specified position. The position is specified by point passed as the pt parameter. If no link is located under the specified point, the function returns nil.

See Also