Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TDataSet.InternalCalcFields
TDataSet
Top 


Indicates whether the dataset includes internally calculated fields.

property InternalCalcFields: Boolean;

Description
Read InternalCalcFields to discover if the dataset includes fields whose values are provided by the data source but that are not a fields in the physical database table or query. Internally calculated fields are calculated by SQL servers or the Borland Database Engine in a live query view.

On TClientDataSet, internally calculated fields are stored with the rest of the data, allowing the developer to sort and filter on the calculated fields. However, internally calculated fields on client datasets are not updated when the data they depend on is updated.

Note:   Do not confuse internally calculated fields with calculated fields, which are computed in an OnCalcFields event.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 28, 2024