Show: Delphi C++
Display Preferences

Data.DB.TDataSet.AllocRecordBuffer

From XE2 API Documentation
Jump to: navigation, search

Delphi

function AllocRecordBuffer: TRecordBuffer; virtual;

C++

virtual System::PByte __fastcall AllocRecordBuffer(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Allocates memory for the record buffer.

AllocRecordBuffer is used internally by derived class methods to allocate memory for the record buffer. The method returns a TRecordBuffer.

Note: Unidirectional datasets do not buffer records.
Note: This method is virtual and returns nil for Delphi and NULL for C++. The derived classes will implement a specific allocation of memory.


See Also

Personal tools
Previous Versions
Translations