Midware TMWTable.OnCalcField
Revision as of 08:53, 7 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TMWTable -> OnCalcField ==…')
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.