ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OCRAddLanguage (Function)
Adds a language to the native OCR system.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
Description (Property)
The Description property is used to get and change the description of an element.
AppointmentCreate (Function)
Displays the window for appointment creation of native application for managing appointments found on the Android device.
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
Software Factory
The concept of software factory is used to automate the process for creating applications....
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
Looper controls populated programmatically: Operations in WLanguage (prefix syntax)
Here is an overview of how to handle Looper controls populated programmatically in WLanguage...
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......