Datasnap.DBClient.TCustomClientDataSet.RefreshInternalCalcFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall RefreshInternalCalcFields(NativeInt Buffer)/* overload */;
virtual void __fastcall RefreshInternalCalcFields _DEPRECATED_ATTRIBUTE1("Use overloaded method instead") (System::PByte Buffer)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Refreshes the calculated fields.

Datasnap.DBClient.TCustomClientDataSet.RefreshInternalCalcFields inherits from Data.DB.TDataSet.RefreshInternalCalcFields. All content below this line refers to Data.DB.TDataSet.RefreshInternalCalcFields.

Refreshes the calculated fields.

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

See Also