TdxSpreadSheetTableViewHitTest Class
Contains HitTest information of the Table View worksheet.
Declaration
TdxSpreadSheetTableViewHitTest = class(
TdxSpreadSheetCustomHitTest
)
Remarks
Members of this class allow you to inspect a specific point of a Table View worksheet and obtain its HitTest information, including:
- The settings of a floating container located at the inspected point (Container).
- The type of the inspected UI element type within a grouping area (HitAtGroup, HitAtExpandButton, HitAtGroupingArea).
- The type of the inspected UI element type within a Table View worksheet area (HitAtBackground, HitAtCell, HitAtFrozenPaneSeparator, HitAtColumnHeader, HitAtResizeArea, HitAtRowHeader).
- The type of the inspected container-related UI element (HitAtContainer, HitAtContainerSelection).
A TdxSpreadSheetTableViewHitTest
object is referenced by the Table View worksheet’s HitTest property.
Inheritance
TObject
TdxSpreadSheetCustomHitTest
TdxSpreadSheetTableViewHitTest
See Also