API:Data.Bind.Components.TCollectionEnumerator

Delphi
TCollectionEnumerator<T: TCollectionItem> = class(System.Generics.Collections.TEnumerator<T>)
C++
template<typename T> class PASCALIMPLEMENTATION TCollectionEnumerator__1 : public System::Generics::Collections::TEnumerator__1<T>
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| class | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
説明
TEnumerator は、すべての列挙子クラスで実装される抽象クラスです。 {{#multireplace:Data.Bind.Components.TCollectionEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Generics.Collections.TEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Generics.Collections.TEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。
TEnumerator は、すべての列挙子クラスで実装される抽象クラスです。
TEnumerator のメンバは、コンテナ要素を列挙するための基本フレームワークを提供します。
MoveNext は、ある特定の順序に関して、コンテナ内の次の要素にフォーカスを移動します。同様に、Current には、現在フォーカスされている要素が格納されています。