ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
<Word Processing>.ToHTML (Function)
Converts the content of a Word Processing control into an HTML file.
<ANSI string>.AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
VariantConvert (Function)
Converts the value stored in a Variant variable].
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
iMMToPica (Function)
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
iPicaToMM (Function)
Converts the coordinates of a point (expressed in system coordinates) into millimeters.
MarkdownToText (Function)
Converts a Markdown string to plain text (without tags).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
<Chaîne OEM>.OemVersAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
CoordinateImageToImageControl (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image...
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
HTMLToPDF (Function)
Converts an HTML string or buffer to a buffer containing a PDF document.
MarkdownToPDF (Function)
Converts a Markdown string (or buffer) to a buffer containing a PDF document.
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, ANSI, Unicode.
1
2
3
4
5
6
9
>