ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing the monitoring robot
The monitoring robot includes three executables......
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
8. Windows in practice
Discover the main actions that can be performed on the windows....
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Android Widget windows
An Android application can contain one or more Widget windows......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
General environment of WINDEV
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
OpenMainMenu (Function)
Opens the main menu of the current window.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
fMemOpen (Function)
Opens a memory zone shared between several applications.
Ad Hoc deployment