ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
25 results for: Code ASCII
Asc (Function)
Returns the ASCII code of the specified character.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
Asc (Example)
Usage example of the Asc function
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Charact (Example)
Usage example of the Charact function
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
JSONValid (Function)
Checks the validity of a JSON string.
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
HJSONToRecord (Function)
Imports JSON data into the current record.
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
CodeJS (Property)
The CodeJS property is used to read and change the JavaScript code associated with a Web Component control.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Error 102: The constants can be defined in the initialization code of project, ...
KeyPressed (Function)
Checks which key is pressed.
Recycle code windows
By default, a single code window is opened per ......
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....