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

提供:RAD Studio API Documentation

Delphi

function GetEnumerator: TEnumerator;

C++

HIDESBASE TEnumerator* __fastcall GetEnumerator(void);

プロパティ

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

説明

TCollection の列挙子を返します。 {{#multireplace:REST.Backend.ServiceComponents.TCustomBackendPush.TExtrasCollection.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Classes.TCollection.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Classes.TCollection.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

TCollection の列挙子を返します。

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

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

関連項目