ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
ControlToSource (Function)
Assigns the control value to the source of a control link.
PageParameter (Example)
Usage example of the PageParameter function
ResourceWidth (Property)
The ResourceWidth property is used to get and change the width of resources in a Scheduler control where resources are arranged in columns.
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
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.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
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.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
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.