TdxTileControlHitTest.Item Property
Provides access to a tile item associated with the inspected point.
Declaration
property Item: TdxTileControlItem read;
Property Value
Type |
---|
TdxTileControlItem |
Remarks
This property returns a tile item if the HitAtItem property returns True for the inspected point; otherwise – nil.
See Also