Skip to main content

TdxSpreadSheetCustomView.HitTest Property

Returns HitTest information about a specific point within a generic worksheet object.

Declaration

property HitTest: TdxSpreadSheetCustomHitTest read;

Property Value

Type
TdxSpreadSheetCustomHitTest

Remarks

Normally, you do not need to use this property, since it does not provide any information about the visual elements within the actual worksheet created in the Spreadsheet control. The HitTest property must be overridden in all descendants of the TdxSpreadSheetCustomView class.

For instance, in order to obtain the HitTest information about a point within the Table View worksheet, use its HitTest property.

See Also