Array of PChar records.
Source position: db.pas line 1581
type TBufferList = array [0..dsMaxBufferCount-1] of TRecordBuffer; |
TBufferList is used internally by the TDataset class to manage the memory buffers for the data. It should not be necessary to use this type in end-user applications.