EMS.ResourceTypes.TEMSEndPointSegmentService.ExtractSegments

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

Delphi

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

C++

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

プロパティ

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


説明

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

関連項目