ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MarginHeight (Property)
The MarginHeight property is used to: Find out the vertical margin between the widgets found in a Dashboard control. Modify the vertical margin between the widgets found in a Dashboard control....
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Scheduler control properties
A Scheduler control can be manipulated in WLanguage both in a window and in a page with the following properties....
Fixed array (Variable type)
A fixed array is an "advanced" type of array...
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
MarginWidth (Property)
The MarginWidth property is used to: Find out the horizontal margin between the widgets found in a Dashboard control. Modify the horizontal margin between the widgets found in a Dashboard control....
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
Chart functions
...Chart functions...
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
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.
Constants for external files
List of constants used by the functions for managing external files....
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....