Bde.DBTables.TBDEDataSet.InitRecord
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.