RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.GetEOF Method

Indicates whether the adapter is positioned at the end of its dataset.

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

GetEOF indicates whether there are any more records after the current one. If the adapter's dataset is positioned on its last record (or if the DataSet property is not set), GetEOF returns true. If the GetNextRecord method can move to a new record, GetEOF returns false. 

 

Eof 

RecordIndex 

RecordCount 

DataSet 

GetNextRecord

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