Data.Cloud.CloudAPI.TCloudService.FQueryParamSeparator

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

FQueryParamSeparator: Char;

C++

System::WideChar FQueryParamSeparator;

Description

Represents the character used to separate query parameters from each other.

FQueryParamSeparator is only used when building the query string for the StringToSign. The default character is '&', but it can be anything else. It is '#10' in Azure, for example.

See Also