Data.DB.TDataSet.BlockReadNext
Delphi
procedure BlockReadNext; virtual;
C++
virtual void __fastcall BlockReadNext();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Moves to the record from the next block and reads it.
BlockReadNext is used to read the next record buffer from the block. The method is virtual and, by default, moves the current record by one. Override this method to change its behavior, which also depends on BlockReadSize.