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

TdxWizardControlHitTest.Calculate(TPoint) Method

Calculates HitTest information for a specified wizard control point.

#Declaration

Delphi
procedure Calculate(const APoint: TPoint);

#Parameters

Name Type Description
APoint TPoint

The coordinates of the inspected point.

#Remarks

This method assigns APoint to the HitPoint property and then calculates the HitTest information for the new inspected point. This automatically updates other class properties with relevant values based on the point.

See Also