ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
ControlToSource (Function)
Assigns the control value to the source of a control link.
Structure (Type of variable)
A structure is a custom type of data...
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.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
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......
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
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.
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
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.
HTMLToText (Function)
Converts an HTML string or buffer to text.