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