Pointer to an array of buffers.
Source position: db.pas line 1582
type TBufferArray = ^TRecordBuffer; |
TBufferArray is an internally used type. It can change in future implementations, and should not be used in application code.
|
Base class for records-based data-access. |