ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
MapModifyShape (Function)
Modifies a shape drawn on the map displayed in a Map control.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
Height (Property)
The Height property gets and sets the height of an element.
LooperCancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
Software Factory
The concept of software factory is used to automate the process for creating applications....
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.
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
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......