Table of Contents

TTMSFNCDataGridData.OnBeforeSetRowCalculation Event

Fired before writing a row calculation result to a cell.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

OnBeforeSetRowCalculation: TTMSFNCDataGridDataBeforeSetRowCalculationEvent;

Parameters

Name Description
ACell Cell coordinate that will receive the calculation result.
ARowCalculation Row calculation data that produced the result.
AName Calculation namespace/name used for the stored result.
AValue Value that will be written to the cell.
ACanSet Set to False to prevent writing the result.