ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
YAML (Variable type)
The YAML type simplifies the handling of data in YAML format.
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
gglPhoneNumber (Variable type)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
docFragment (Variable type)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
HTTPRequest (Function)
Starts an HTTP request on a server.
iFont (Function)
Selects the default font.
HDeclare (Function)
Declares a description of table (found in a database schema) in the current project.
2. Projects in practice
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
iParameter (Function)
Retrieves the printer configuration and configures the print.
Constants for external files
List of constants used by the functions for managing external files....
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....