Data.DB.TDataSet.GetNextRecord
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
function GetNextRecord: Boolean; virtual;
C++
virtual bool __fastcall GetNextRecord();
Description
Moves to the next record.
Use GetNextRecord to get the next record. The method returns True if the operation succeeded, and False otherwise.