RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TList.TEnumerator Class

Provides enumerating functionality to the list.

Pascal
TEnumerator = class(TEnumerator<T>);
C++
class TEnumerator : public TEnumerator<T>;

TList.TEnumerator is the class that implements enumerating methods for the list.  

TList.TEnumerator implements the TEnumerator abstract class. 

 

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