TdxCustomRangeControlHitTest.HitPoint Property
In This Article
Specifies the pixel coordinates of the test point within the range control’s area.
#Declaration
Delphi
property HitPoint: TPoint read; write;
#Property Value
Type |
---|
TPoint |
#Remarks
Use this property to obtain the horizontal (HitPoint.X) and vertical (HitPoint.Y) coordinates of the mouse pointer’s location within the range control.
See Also