RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsPagedAdapter.ImplStartIterator Method

Implements IteratorSupport.StartIterator to support iterating over the records of the adapter.

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

ImplStartIterator locates the first record in the current page using the GetFirstRecord and SkipToPage methods. 

 

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