EMS.Services.IEMSEndPointSegmentsService.ExtractSegments

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ExtractSegments(const AString: string; const AList: TEMSEndPointSegmentList);

C++

virtual void __fastcall ExtractSegments(const System::UnicodeString AString, Ems::Resourcetypes::TEMSEndpointSegmentList* const AList) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSEndPointSegmentsService


Beschreibung

Hängt die URL-Segmente in dem angegebenen String an die angegebene Instanz von TEMSEndpointSegmentList an.

Siehe auch