Data.DB.TRecordBuffer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
pointer
typedef
Visibility: public
Source:
System.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

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

C++

typedef System::PByte TRecordBuffer;

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