ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<String type>.EndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
<String type>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
SQLExec (Function)
Names and runs an SQL query.
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
<String type>.Format (Function)
Formats a character string according to the selected options.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
<ANSI string>.AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
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).
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
<Notification>.Remove (Function)
Removes a previously sent interactive notification.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
StringBuild (Function)
Builds a character string from an initial string and parameters.
Asc (Function)
Returns the ASCII code of the specified character.
SysNotificationRemove (Function)
Removes a previously sent interactive notification.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
StringFormat (Function)
Formats a character string according to the selected options.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.