TdxSpreadSheetCustomHitTest.Calculate(TPoint) Method
Calculates HitTest information for the specified point within the Spreadsheet or Report Designer control.
Declaration
procedure Calculate(const AHitPoint: TPoint); virtual;
Parameters
Name | Type | Description |
---|---|---|
AHitPoint | TPoint | The coordinates of the inspected point. |
Remarks
This procedure assigns the value passed as the AHitPoint
parameter to the HitPoint property, and then calculates the HitTest information for this point. The Calculate procedure call also updates other TdxSpreadSheetCustomHitTest class properties with the values corresponding to the inspected point.
See Also