Pointer to TBufferlist type
Source position: db.pas line 1433
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.
TBufferList
Array of PChar records