function HttpEnc(StringToEncode: string): string;

 

This method encodes a string so that it can be passed as a parameter in an HTTP GET/POST request.

 

Return value

String

The HTTP-encoded (aka URL-encoded) string