RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.StartIterator Method

Implements IIteratorSupport's StartIterator method to support iterating over the records of the adapter.

Pascal
function StartIterator(var OwnerData: Pointer): Boolean;
C++
__fastcall Boolean StartIterator(void * OwnerData);

Adapters may support multiple records. For example, TDataSetAdapter provides access to the records in a dataset. StartIterator calls ImplStartIterator

 

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