EncodeURLElement function
function
EncodeURLElement(Const Value: string): string;
Unit
SynaCode
Description
Encode
s a
string to URL
format
. Use
d
for encoding data
from a
form field in HTTP, etc. (Encode
s
all critical characters includ
ing
characters used as URL delimiters ('/',':', etc.)
See also:
EncodeTriplet
,
EncodeURL