RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsPagedAdapter.GetNextRecord Method

Increments the record position.

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

GetNextRecord calls the OnGetNextRecord event handler. Descendant classes may override this method. For example, TDataSetAdapter increments the record position of a dataset. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!