API:Bde.DBTables.TBDEDataSet.InitRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitRecord(Buffer: TRecordBuffer); override;

C++

virtual void __fastcall InitRecord(System::PByte Buffer)/* overload */;
inline void __fastcall  InitRecord(NativeInt Buffer){ Data::Db::TDataSet::InitRecord(Buffer); }

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDEDataSet

Description

Initializes a record.

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

Initializes a record.

InitRecord initializes a record given by its Buffer parameter. To do so, the method calls InternalInitRecord.

See Also