API:Bde.DBTables.TBDEDataSet.ClearCalcFields

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

procedure ClearCalcFields(Buffer: PByte); override;

C++

virtual void __fastcall ClearCalcFields(Winapi::Windows::PByte Buffer)/* overload */;
inline void __fastcall  ClearCalcFields(Data::Db::TRecBuf Buffer){ Data::Db::TDataSet::ClearCalcFields(Buffer); }

Description

Clears the lookup and calculated fields.

Bde.DBTables.TBDEDataSet.ClearCalcFields inherits from Data.DB.TDataSet.ClearCalcFields. All content below this line refers to Data.DB.TDataSet.ClearCalcFields.

Clears the lookup and calculated fields.

ClearCalcFields is used to clear the lookup and the calculated fields for the Buffer record buffer. The method is blank, so every TDataSet descendant must override it in a specific way.


See Also