Data.Cloud.CloudAPI.TCloudService.URLEncodeValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

Description

URL-encodes the given value. The Value parameter represents the string to URL-encode.

See Also