TTMSFNCDataGridData.OnAfterSetRowCalculation Event
Fired after writing a row calculation result to a cell.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
OnAfterSetRowCalculation: TTMSFNCDataGridDataAfterSetRowCalculationEvent;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate receiving the calculation result. |
ARowCalculation |
Row calculation data that produced the result. |
AName |
Calculation namespace/name used for the stored result. |
AValue |
Value written to the cell. |