ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Timer (Function)
Periodically and automatically calls a WLanguage procedure.
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Page constants
List of constants used by page functions....
Referring to an element in a WLanguage event / process
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....