|
RAD Studio VCL Reference
|
Implements IteratorSupport's NextIteration method to support iterating over the records of the adapter.
function ImplNextIteration(var OwnerData: Pointer): Boolean; override;
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!
|