EMS.ResourceAPI.TEndpointSegments.GetEnumerator

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetEnumerator: TEnumerator<string>;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointSegments


Beschreibung

Gibt den TEnumerator für die Endpunktsegmente der EMS-Ressource zurück.

GetEnumerator gibt einen TEnumerator zurück, um die Segmentpaare einer EMS-Ressource aufzulisten.

Siehe auch