REST.Backend.ServiceComponents.TCustomBackendPush.TExtrasCollection.GetEnumerator

From RAD Studio API Documentation

Delphi

function GetEnumerator: TEnumerator;

C++

HIDESBASE TEnumerator* __fastcall GetEnumerator(void);

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TExtrasCollection

Description

Returns a TCollection enumerator. {{#multireplace:REST.Backend.ServiceComponents.TCustomBackendPush.TExtrasCollection.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TCollection.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TCollection.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns a TCollection enumerator.

GetEnumerator returns a TCollectionEnumerator reference, which enumerates all items in the collection.

To do so, call the TCollectionEnumerator GetCurrent method within a While MoveNext do loop.

See Also