TdxTileControlHitTest.HitX Property
Specifies the horizontal client coordinate of a tile control‘s point to be inspected.
Declaration
property HitX: Integer index 0 read; write;
Property Value
Type |
---|
Integer |
Remarks
Use this property in combination with the HitY property to specify the inspected point. Specifying the inspected point automatically updates other class properties with relevant values based on the specified point. To manually update these properties, call the Recalculate method.
See Also