[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Pointer to TBufferlist type
Source position: db.pas line 1311
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 |