RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.GetNextRecord Method

Positions the associated dataset on the next record.

Pascal
function GetNextRecord: Boolean; override;
C++
virtual __fastcall Boolean GetNextRecord();

GetNextRecord calls the Next method of the associated dataset and returns true if it successfully moves to the next record in the dataset. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!