TcxCustomHitTestController.ReCalculate(TPoint) Method
Updates the control’s HitTest information.
Declaration
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