TdxNavBarViewInfo.GetGroupViewInfoAtCaptionPos(TPoint) Method
Returns ViewInfo information for the group whose header is located under the specified point.
Declaration
function GetGroupViewInfoAtCaptionPos(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 header. If so, the ViewInfo information for the corresponding group is returned. Otherwise, the GetGroupViewInfoAtCaptionPos function returns nil.
See Also