TdxAlertWindowHitTest.HitPoint Property
In This Article
Specifies the alert window‘s point to be inspected.
#Declaration
Delphi
property HitPoint: TPoint read; write;
#Property Value
Type |
---|
TPoint |
#Remarks
Use this property or the ReCalculate method to specify the inspected point. Specifying the inspected point automatically updates other class properties with relevant values based on the specified point.
See Also