Data.Cloud.CloudAPI.TCloudService.URLEncodeQueryParams
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
| Unit: Data.Cloud.CloudAPI | |
| Parent: TCloudService | |
Delphi
procedure URLEncodeQueryParams(const ForURL: Boolean; var ParamName, ParamValue: string); virtual;
C++
virtual void __fastcall URLEncodeQueryParams(const bool ForURL, System::UnicodeString &ParamName, System::UnicodeString &ParamValue);
Description
URL-encodes the parameter name and value.
URLEncodeQueryParams can be extended by a subclass to conditionally do encoding.
The following table shows the significance of the parameters:
| Parameter | Description |
|---|---|
|
|
Set to |
|
|
The name of the parameter. |
|
|
The value of the parameter. |