[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Pointer type for record data buffer
Source position: db.pas line 1310
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 |