TdxWizardControlHitTest.HitPoint Property
In This Article
Specifies a wizard control point to be inspected.
#Declaration
Delphi
property HitPoint: TPoint read; write;
#Property Value
Type |
---|
TPoint |
#Remarks
Specifying the inspected point via this property or the Calculate method automatically updates other class properties with relevant values based on the point.
See Also