Data.DB.TDataSet.RefreshInternalCalcFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RefreshInternalCalcFields(Buffer: TRecBuf); overload; virtual;
procedure RefreshInternalCalcFields(Buffer: TRecordBuffer); overload; virtual; 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
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Refreshes the calculated fields.

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

See Also