RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.ImplInIterator Method

Provides the underlying implementation for the InIterator method.

Pascal
function ImplInIterator: Boolean; override;
C++
virtual __fastcall Boolean ImplInIterator();

The InIterator method calls ImplInIterator to determine whether server-side script is using an enumerator to iterate over the records of this adapter.  

InIterator returns true if the GetFirstRecord method has been called. GetFirstRecord is the first method that is called when an enumerator is applied to this adapter's records. 

 

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