System.Generics.Collections.TList.TEnumerator.Create

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

Delphi

constructor Create(const AList: TList<T>);

C++

__fastcall TEnumerator(TList__1<T>* const AList);

プロパティ

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

説明

リストの列挙子を作成して、初期化します。

Create を呼び出すと、リストの列挙子を 1 つ作成できます。

AStack パラメータは、その列挙子を関連付けるリストです。

関連項目