EMS.ResourceTypes.TEMSEndPointSegmentService.ExtractSegments

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

static void __fastcall ExtractSegments(const System::UnicodeString AString, TEMSEndpointSegmentList* const AList);

Description

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

See Also