Data.DB.TDataSet.GetNextRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNextRecord: Boolean; virtual;

C++

virtual bool __fastcall GetNextRecord();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Moves to the next record.

Use GetNextRecord to get the next record. The method returns True if the operation succeeded, and False otherwise.

See Also