RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.CalcFieldsSize Property

Indicates the number of bytes in a record buffer dedicated to storing calculated fields and lookup fields.

Pascal
property CalcFieldsSize: Integer;
C++
__property int CalcFieldsSize;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!