Data.DB.TRecordBuffer

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also