Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomHitTestController.ReCalculate(TPoint) Method

Updates the control’s HitTest information.

#Declaration

Delphi
procedure ReCalculate(const APoint: TPoint); overload;

#Parameters

Name Type
APoint TPoint

#Remarks

The first overload is used for internal purposes.

Use the second overload to recalculate the HitTest information for the specified test point, if this information has been changed.

APoint specifies the point for which the HitTest details will be updated.

See Also