REST.Backend.ServiceComponents.TCustomBackendAuth.TUserDetailsCollection.GetEnumerator
Delphi
function GetEnumerator: TEnumerator;
C++
HIDESBASE TEnumerator* __fastcall GetEnumerator();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | REST.Backend.ServiceComponents.pas REST.Backend.ServiceComponents.hpp |
REST.Backend.ServiceComponents | TUserDetailsCollection |
説明
TCollection の列挙子を返します。
REST.Backend.ServiceComponents.TCustomBackendAuth.TUserDetailsCollection.GetEnumerator は System.Classes.TCollection.GetEnumerator を継承しています。以下の内容はすべて System.Classes.TCollection.GetEnumerator を参照しています。
TCollection の列挙子を返します。
GetEnumerator は、コレクション内のすべての要素を列挙する TCollectionEnumerator の参照を返します。
すべての要素を列挙するには、While MoveNext do ループ内で、TCollectionEnumerator の GetCurrent メソッドを呼び出します。