EMS.ResourceTypes.TEMSEndPointSegmentService.ExtractSegments

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSEndPointSegmentService

Description

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

See Also