Data.Cloud.AzureAPI.TAzureService.URLEncodeQueryParams
Delphi
procedure URLEncodeQueryParams(const ForURL: Boolean; var ParamName, ParamValue: string); override;
C++
virtual void __fastcall URLEncodeQueryParams(const bool ForURL, System::UnicodeString &ParamName, System::UnicodeString &ParamValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | TAzureService |
Description
URL-encodes the parameter name and value.
Data.Cloud.AzureAPI.TAzureService.URLEncodeQueryParams inherits from Data.Cloud.CloudAPI.TCloudService.URLEncodeQueryParams. All content below this line refers to Data.Cloud.CloudAPI.TCloudService.URLEncodeQueryParams.
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. |