EMS.Services.IEMSEndPointSegmentsService.ExtractSegments

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: IEMSEndPointSegmentsService

Delphi

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

C++

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

Description

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

See Also