RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsPagedAdapter.GetEOF Method

Indicates whether the record position has passed the last record.

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

GetEOF calls the OnGetFirstRecord event handler. If OnGetFirstRecord is not implemented then the RecordIndex is compared to the RecordCount. Descendant classes may override this method. For example, TDataSetAdapter tests the dataset's EOF. 

 

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