Difference between revisions of "Midware TMWTable.OnCalcField"

From Overbyte
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 08:53, 7 May 2011

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.