ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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).
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
Web Camera control events
The following events appear by default in the WEBDEV code editor:
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Right (Function)
Extracts the last characters from a string or string buffer.
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Camera/Video functions (prefix syntax)
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.