Midware TMWTable.OnCalcField

From Overbyte
Jump to navigation Jump to search

Main page -> Midware component reference -> TMWTable -> OnCalcField

Definition

proporty OnCalcField:TDataSetNotifyEvent;

Description

Occurs when an application recalculates calculated fields.

Write an OnCalcFields event handler to take specific action when an application recalculates calculated fields. A calculated field is one that derives its value from the values in one or more fields in the dataset, sometimes with additional processing.