System.Generics.Collections.TEnumerator

提供: RAD Studio API Documentation
移動先: 案内検索

System.TObjectTEnumerator

Delphi

TEnumerator<T> = class abstract

C++

template<typename T> class PASCALIMPLEMENTATION TEnumerator__1 : public System::TObject

プロパティ

種類 可視性 ソース ユニット
class public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections System.Generics.Collections

説明

TEnumerator は、すべての列挙子クラスで実装される抽象クラスです。

TEnumerator のメンバは、コンテナ要素を列挙するための基本フレームワークを提供します。

MoveNext は、ある特定の順序に関して、コンテナ内の次の要素にフォーカスを移動します。同様に、Current には、現在フォーカスされている要素が格納されています。

関連項目