Pointer to TBufferlist type.
Source position: db.pas line 1580
type PBufferList = ^TBufferList; |
PBufferList is a pointer to a structure of type TBufferList. It is an internal type, and should not be used in end-user code.
|
Array of PChar records. |