Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
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.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 24, 2024