Data.DB.TRecordBuffer
Delphi
type TRecordBuffer = ^Byte;
C++
typedef System::PByte TRecordBuffer;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
pointer typedef |
public | Data.DB.pas Data.DB.hpp |
Data.DB | Data.DB |
Description
Represents a pointer to a memory zone used as a buffer.
A variable of type TRecordBuffer is a pointer to a memory location made of Bytes. TRecordBuffer is used primarily to store records in the dataset.