RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStringsValuesList.ImplStartIterator Method

Implements IIteratorSupport's StartIterator method 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 initializes the iteration index to 0. false is returned if the iteration index is out of the range defined by the Strings property's Count property. The iteration index is used when retrieving a name or value from the strings list. 

 

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