TdxTileControlHitTest.HitAtItem Property
In This Article
Indicates if the inspected point corresponds to a tile item.
#Declaration
Delphi
property HitAtItem: Boolean index tchtItem read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the inspected point corresponds to a tile item; otherwise – False. Use the Item property to access the tile item’s settings.
See Also