Bde.DBTables.TBDEDataSet.BlockReadNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BlockReadNext; override;

C++

virtual void __fastcall BlockReadNext();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDEDataSet

Description

Moves to the record from the next block and reads it.

Bde.DBTables.TBDEDataSet.BlockReadNext inherits from Data.DB.TDataSet.BlockReadNext. All content below this line refers to Data.DB.TDataSet.BlockReadNext.

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