Pointer type for record data buffer.
Source position: db.pas line 1579
| type TRecordBuffer = PAnsiChar; | 
TRecordBuffer is the type used by TDataset to point to a record's data buffer. It is used in several internal TDataset routines.
| 
 | Base class for records-based data-access. |