Icon Calculated Property

property Calculated: Boolean

Usage

Available In: Client and Server Applications

Specifies that the column is calculated via the TDataSet OnCalculateRow event handler, if one exists.

Information Any attempt to programmatically modify a calculated column outside of an OnCalculateRow event handler will result in an error.
Image