EMS.Services.IEMSEndPointSegmentsService.ExtractSegments

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSEndPointSegmentsService

Description

Appends the URL segments in the specified string to the specified instance of TEMSEndpointSegmentList.

See Also