Indicates the number of bytes in a record buffer dedicated to storing calculated fields and lookup fields.
property CalcFieldsSize: Integer;
Description
TDataSet uses CalcFieldsSize to determine whether there are any calculated fields or lookup fields to calculate. Descendants of TDataSet use this property when locating fields in a record buffer.
|
|