Icon OnCalculateRow Event

property OnCalculateRow: TDataRowEvent

Usage

Available In: Client and Server Applications

This event is triggered whenever a column in a row of dataset is updated. You can use this event to re-compute any calculated columns defined in the dataset.

Information You cannot modify non-calculated columns in an event handler attached to this event.
Image