Skip to main content

TdxNavBarViewInfo.GetLinkViewInfoAtPos(TPoint) Method

Returns ViewInfo information for the link located under the specified point.

Declaration

function GetLinkViewInfoAtPos(const pt: TPoint): TdxNavBarLinkViewInfo; virtual;

Parameters

Name Type
pt TPoint

Returns

Type
TdxNavBarLinkViewInfo

Remarks

This function determines whether the specified point is located over a link. If so, the link’s ViewInfo information is returned. Otherwise, the GetLinkViewInfoAtPos function returns nil.

The tested point is specified by the pt parameter.

See Also