Data.Cloud.CloudAPI.URLEncode

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function URLEncode(const Str: string): string;
function URLEncode(const Str: string; const EncodeChars: array of Char): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall URLEncode(const System::UnicodeString Str)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI Data.Cloud.CloudAPI


Beschreibung

Codiert den angegebenen String im URL-Format.

Der optionale Parameter EncodeChars ermöglicht die Angabe von Nicht-Standardzeichen, die mit ihrem Hexadezimalwert codiert werden.

Siehe auch