API:REST.Backend.ServiceComponents.TCustomBackendPush.TExtrasCollection.GetEnumerator

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

Delphi

function GetEnumerator: TEnumerator;

C++

HIDESBASE TEnumerator* __fastcall GetEnumerator();

プロパティ

種類 可視性 ソース ユニット
function public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TExtrasCollection

説明

TCollection の列挙子を返します。

REST.Backend.ServiceComponents.TCustomBackendPush.TExtrasCollection.GetEnumerator は System.Classes.TCollection.GetEnumerator を継承しています。以下の内容はすべて System.Classes.TCollection.GetEnumerator を参照しています。

TCollection の列挙子を返します。

GetEnumerator は、コレクション内のすべての要素を列挙する TCollectionEnumerator の参照を返します。

すべての要素を列挙するには、While MoveNext do ループ内で、TCollectionEnumeratorGetCurrent メソッドを呼び出します。

関連項目