SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TDataSet.BlockReadSize
TDataSet
Top 

Determines how many record buffers are read in each block.

property BlockReadSize: Integer;

Description
Set BlockReadSize when you need to scroll through the entire dataset quickly without updating data-aware controls. When BlockReadSize is greater than zero and Next is called, data-aware controls are not updated and data events are not triggered. Set BlockReadSize to zero to disable block read mode. The dataset State is dsBlockRead when BlockReadSize is greater than zero.


© AidAim Software SQLMemTable: