EMS.Services.IEMSEndPointSegmentsService.ExtractSegments

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSEndPointSegmentsService


説明

指定された文字列の中の URL セグメントを、指定された TEMSEndpointSegmentList インスタンスの末尾に追加します。

関連項目