RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreParameterCollection.GetEnumerator Method

Returns an enumerator for the collection.

Pascal
function GetEnumerator: IEnumerator;
C++
IEnumerator GetEnumerator();

GetEnumerator returns an enumerator, which supports simple iteration over a collection. The returned value supports the IEnumerator Interface. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!