RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsPagedAdapter.OnGetEOF Event

Implement this event to indicate when the current record index has exceeded the total record count.

Pascal
property OnGetEOF: TGetEOFEvent;
C++
__property TGetEOFEvent OnGetEOF;

OnGetEOF is called to determine when to stop the iteration. If OnGetEOF is not implemented, the result of the OnGetRecordCount event handler will be compared to the result of the OnGetRecordIndex event handler. 

 

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