Data.DB.TRecordBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PSmallInt     = ^SmallInt;    {$NODEFINE PSmallInt}   { defined in sysmac.h }
{$POINTERMATH ON}
PByte         = ^Byte;        {$NODEFINE PByte}       { defined in sysmac.h }

C++

typedef System::PByte TRecordBuffer;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.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