Data.DB.TDataSet.BlockReadNext

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure BlockReadNext; virtual;

C++

virtual void __fastcall BlockReadNext();

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.

See Also