EncodeURLElement function

function EncodeURLElement(Const Value: string): string;

Unit
SynaCode

Description
Encodes a string to URL format. Used for encoding data from a form field in HTTP, etc. (Encodes all critical characters including characters used as URL delimiters ('/',':', etc.)

See also:
EncodeTriplet, EncodeURL