API:EMS.ResourceAPI.TEndpointSegments.TEnumerator

From RAD Studio API Documentation

Delphi

TEnumerator = class(TEnumerator<string>)

C++

class PASCALIMPLEMENTATION TEnumerator : public System::Generics::Collections::TEnumerator__1<System::UnicodeString>

Properties

Type Visibility Source Unit Parent
class public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointSegments

Description

TEnumerator is the abstract class implemented by all enumerator classes. {{#multireplace:EMS.ResourceAPI.TEndpointSegments.TEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Generics.Collections.TEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Generics.Collections.TEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

TEnumerator is the abstract class implemented by all enumerator classes.

The members of TEnumerator provide the basic framework for enumerating a container.

MoveNext focuses on the next element in the container, with respect to some particular order. Also, Current stores the element that is currently focused.

See Also