EMS.ResourceAPI.TEndpointSegments.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEnumerator: TEnumerator<string>;

C++

System::Generics::Collections::TEnumerator__1<System::UnicodeString>* __fastcall GetEnumerator(void);

Properties

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

Description

Returns the TEnumerator for the endpoint segments of the EMS Resource.

GetEnumerator returns a TEnumerator to enumerate the segments pairs of an EMS Resource.

See Also