DAC for MySQL
TMySQLDataSet.Properties.BlockReadSize | Previous Next |
Determines how many record buffers are read in each block.
Syntax:
property BlockReadSize: Integer;
Description:
Set BlockReadSize when you need to scan through the entire dataset quickly. 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.