SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TDataSet.CalcFieldsSize
TDataSet
Top 

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.


© AidAim Software SQLMemTable: