RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsPagedAdapter.ImplNextIteration Method

Implements IteratorSupport's NextIteration method to support iterating over the records of the adapter.

Pascal
function ImplNextIteration(var OwnerData: Pointer): Boolean; override;
C++
virtual __fastcall Boolean ImplNextIteration(void * OwnerData);

ImplNextIteration calls GetNextRecord if the RecordIndex can be incremented without running past the end of the current page. false is returned if RecordIndex can't be incremented. 

 

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