Skip to main content

TdxSpreadSheetTableViewHitTest Members

Contains HitTest information of the Table View worksheet.

Constructors

Name Description
Create(TObject) Initializes a new instance of the TdxSpreadSheetCustomHitTest class with specified settings. Inherited from TdxSpreadSheetCustomHitTest.

Properties

Name Description
ActualHitPoint Inherited from TdxSpreadSheetCustomHitTest.
Container Provides access to the floating container object whose client area is located at the inspected point within the Table View worksheet.
HitAtBackground Returns a value indicating whether the inspected point corresponds to the Table View worksheet’s background area.
HitAtCell Returns a value indicating whether the inspected point corresponds to a cell within a Table View worksheet.
HitAtColumnHeader Returns a value indicating whether the inspected point corresponds to the standard column header within the active Table View worksheet.
HitAtContainer Returns a value indicating whether the inspected point corresponds to a floating container within the active Table View worksheet.
HitAtContainerSelection Returns a value indicating whether the inspected point corresponds to a selected container‘s handle.
HitAtExpandButton Returns a value indicating whether the inspected point corresponds to one of the buttons used to expand/collapse the table item groups.
HitAtFrozenPaneSeparator Returns a value indicating whether the inspected point corresponds to a frozen pane separator line within a Table View worksheet.
HitAtGroup Returns a value indicating whether the inspected point corresponds to a bracket outlining expanded table item groups.
HitAtGroupingArea Returns a value indicating whether the inspected point corresponds to one of the areas used to display grouping user interface.
HitAtHyperlink Returns a value indicating whether the inspected point corresponds to one of the hyperlink hot areas.
HitAtResizeArea Returns a value indicating whether the inspected point corresponds to one of the active resizing zones within a Table View worksheet.
HitAtRowHeader Returns a value indicating whether the inspected point corresponds to the standard row header within a Table View worksheet.
HitAtSelectionFrame Returns a value indicating whether the inspected point corresponds to the cell selection frame.
HitObject Returns ViewInfo information on the Spreadsheet or Report Designer control’s visual element located at the test point. Inherited from TdxSpreadSheetCustomHitTest.
HitObjectData This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TdxSpreadSheetCustomHitTest.
HitPoint Returns the pixel coordinates of the test point within the Spreadsheet or Report Designer control’s area. Inherited from TdxSpreadSheetCustomHitTest.
View Returns a Table View worksheet whose HitTest information is stored within the current TdxSpreadSheetTableViewHitTest object.

Methods

Name Description
Calculate(TPoint) Calculates HitTest information for the specified point within the Spreadsheet or Report Designer control. Inherited from TdxSpreadSheetCustomHitTest.
Clear Clears stored HitTest information. Inherited from TdxSpreadSheetCustomHitTest.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetPopupMenuClass(TPoint) Returns a reference to the class of the popup menu at the test point. Inherited from TdxSpreadSheetCustomHitTest.
Recalculate Updates HitTest information about the mouse pointer position. Inherited from TdxSpreadSheetCustomHitTest.
ToString Inherited from TObject.
See Also