RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxParameterCollection.GetEnumerator Method

Returns an enumerator for the collection.

Pascal
function GetEnumerator: IEnumerator; override;
C++
virtual __fastcall 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!