表示: Delphi C++
表示設定

System.Classes.TStrings.GetEnumerator

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

function GetEnumerator: TStringsEnumerator;

C++

TStringsEnumerator* __fastcall GetEnumerator(void);

プロパティ

種類 可視性 ソース ユニット
function public
System.Classes.pas
System.Classes.hpp
System.Classes TStrings

説明

TStrings の列挙子を返します。

GetEnumerator は、TStrings オブジェクト内の文字列を列挙する TStringsEnumerator の参照を返します。

これらすべての文字列を処理するには、While MoveNext do ループ内で、TStringsEnumeratorGetCurrent メソッドを呼び出します。

関連項目

以前のバージョン
他の言語