ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Character string containing the encoded URL. The unauthorized characters are changed into %xx where xx is the hexadecimal value of this character.This function returns no error code because all the character strings can be encoded.
URL to encode (in ANSI format).
Versions 22 and laterFormat for encoding the URL: encodeURLFromAnsiURL format. The encoded text only contains characters allowed in a URL. The text to encode is an ANSI string.encodeURLFromUTF8(Default value)URL format. The encoded text only contains characters allowed in a URL. The text to encode is a UTF-8 string.encodeURLParameterURL format. The reserved characters of a URL are encoded in order to pass a URL in parameter to a URL. Caution: The URL passed in parameter must have been encoded beforehand with one of the encodeURLFromAnsi or encodeURLFromUTF8 constants. This parameter is not available.New in version 22Format for encoding the URL: encodeURLFromAnsiURL format. The encoded text only contains characters allowed in a URL. The text to encode is an ANSI string.encodeURLFromUTF8(Default value)URL format. The encoded text only contains characters allowed in a URL. The text to encode is a UTF-8 string.encodeURLParameterURL format. The reserved characters of a URL are encoded in order to pass a URL in parameter to a URL. Caution: The URL passed in parameter must have been encoded beforehand with one of the encodeURLFromAnsi or encodeURLFromUTF8 constants. This parameter is not available.Format for encoding the URL: encodeURLFromAnsiURL format. The encoded text only contains characters allowed in a URL. The text to encode is an ANSI string.encodeURLFromUTF8(Default value)URL format. The encoded text only contains characters allowed in a URL. The text to encode is a UTF-8 string.encodeURLParameterURL format. The reserved characters of a URL are encoded in order to pass a URL in parameter to a URL. Caution: The URL passed in parameter must have been encoded beforehand with one of the encodeURLFromAnsi or encodeURLFromUTF8 constants. This parameter is not available.
Characters allowed in an encoded URL
Special cases
Last update: 10/27/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: