Data.Cloud.CloudAPI.TCloudService.URLEncodeValue
Delphi
function URLEncodeValue(const Value: string): string; virtual;
C++
virtual System::UnicodeString __fastcall URLEncodeValue(const System::UnicodeString Value);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | TCloudService |
Description
Code par URL la valeur donnée. Le paramètre Value
représente la chaîne à coder par URL.