help files
Z505
|
PasWiki
|
FUQ
|
Search
|
Main Docs
|
API Guide
[
Overview
][
Procedures and functions
]
Reference for unit 'urlenc' (
#powtils_main
)
UrlEncode
Declaration
Source position: urlenc.pas line 20
function
UrlEncode
(
const
svar
:
String
):
String
;
Notes
Encodes a string into a proper browser friendly url variables, with special %20 percentage style encodings.
lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs,
Z505