Unit 'fpHTTPClient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

DecodeURLElement

URL-decodes a string from URL encoding

Declaration

Source position: fphttpclient.pp line 513

function DecodeURLElement(

  const S: AnsiString

):AnsiString;

function DecodeURLElement(

  const S: UnicodeString

):UnicodeString;

Arguments

S

  

The URL-encoded string to decode

Function result

The decoded string

Arguments

S

  

The URL-encoded string to decode

Description

Decodes percent-encoded sequences in a URL-encoded string back to their original characters.

See also

EncodeURLElement

  

URL-encodes a string for use in URLs


Documentation generated on: Jan 27 2026