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

TdxAlertWindowHitTest.ReCalculate(TPoint) Method

Calculates HitTest information for a specified alert window point.

#Declaration

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

#Parameters

Name Type Description
APoint TPoint

The coordinates of the inspected point.

#Remarks

The first overloaded variant calculates the HitTest information for the inspected point specified by the HitPoint property. The second overloaded variant assigns the point passed as the method parameter to the HitPoint property and then calculates the HitTest information for this point. Calculating the HitTest information automatically updates other TdxAlertWindowHitTest class properties with relevant values based on the inspected point.

See Also