RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!