EMS.ResourceAPI.TEndpointSegments.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: TEndpointSegments

Delphi

function GetEnumerator: TEnumerator<string>;

C++

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

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