Data.DB.TDataSet.GetNextRecord
Delphi
function GetNextRecord: Boolean; virtual;
C++
virtual bool __fastcall GetNextRecord();
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Passe à l'enregistrement suivant.
Utilisez GetNextRecord pour obtenir l'enregistrement suivant. La méthode renvoie True si l'opération a réussi, False sinon.