Data.Cloud.CloudAPI.TCloudService.FQueryParamKeyValueSeparator

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudService

Delphi

FQueryParamKeyValueSeparator: Char;

C++

System::WideChar FQueryParamKeyValueSeparator;

Description

Represents the character to use to separate query parameter keys from their values.

FQueryParamKeyValueSeparator is only used when building the query string for the StringToSign. The default character is '=', but it can be anything else. For Azure, it is ':', for example.

See Also