Skip to main content

TdxNavBarViewInfo.GetGroupViewInfoAtItemsPos(TPoint) Method

Returns ViewInfo information for the group whose client area is located under the specified point.

Declaration

function GetGroupViewInfoAtItemsPos(const pt: TPoint): TdxNavBarGroupViewInfo; virtual;

Parameters

Name Type
pt TPoint

Returns

Type
TdxNavBarGroupViewInfo

Remarks

This function determines whether the pt parameter specifies the point located over a group’s client area. If so, the ViewInfo information for the corresponding group is returned. Otherwise, the GetGroupViewInfoAtItemsPos function returns nil.

See Also