TcxGridNoneHitTest Class
In This Article
Stores HitTest information about the inspected point that does not belong to a grid View.
#Declaration
Delphi
TcxGridNoneHitTest = class(
TcxCustomGridHitTest
)
#Remarks
The TcxGridNoneHitTest
class overrides the HitTestCode function to return he htNone
hit code.
#Inheritance
TObject
TcxCustomGridHitTest
TcxGridNoneHitTest
See Also