Data.Cloud.CloudAPI.TCloudService.URLEncodeValue

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

Delphi

function URLEncodeValue(const Value: string): string; virtual;

C++

virtual System::UnicodeString __fastcall URLEncodeValue(const System::UnicodeString Value);

プロパティ

種類 可視性 ソース ユニット
function protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

説明

指定された値を URL エンコードします。Value パラメータは、URL エンコードする文字列を表します。

関連項目