Data.DB.TDataSet.RefreshInternalCalcFields

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure RefreshInternalCalcFields(Buffer: TRecBuf); overload; virtual;
procedure RefreshInternalCalcFields(Buffer: TRecordBuffer); overload; virtual; deprecated 'Use overloaded method instead';

C++

virtual void __fastcall RefreshInternalCalcFields(TRecBuf Buffer)/* overload */;
virtual void __fastcall RefreshInternalCalcFields _DEPRECATED_ATTRIBUTE1("Use overloaded method instead") (TRecordBuffer Buffer)/* overload */;

Description

Refreshes the calculated fields.

RefreshInternalCalcFields is used internally to refresh the calculated fields of the Buffer record buffer.

See Also