Table of Contents

TTMSFNCDataGridData.OnBeforeSetColumnCalculation Event

Fired before writing a column calculation result to a cell.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

OnBeforeSetColumnCalculation: TTMSFNCDataGridDataBeforeSetColumnCalculationEvent;

Parameters

Name Description
ACell Cell coordinate that will receive the calculation result.
AColumnCalculation Column 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.