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

EncodeURLElement

URL-encodes a string for use in URLs

Declaration

Source position: fphttpclient.pp line 382

function EncodeURLElement(

  S: string

):string;

Arguments

S

  

The string to URL-encode

Function result

The URL-encoded string

Description

Encodes special characters in a string to make it safe for use in URLs by replacing them with percent-encoded sequences.

See also

DecodeURLElement

  

URL-decodes a string from URL encoding


Documentation generated on: Aug 28 2026 Report a problem on this page