ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
<TreeView Table>.ItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<Chart>.Parameter3DS (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Functions for managing Executables in Console mode
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
The Slider control (in a window)
A slider control is used to select a value between two bounds......
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
grSurfaceMesh (Function)
Enables or disables the mesh on a Surface chart.
<Chart>.SurfaceMesh (Function)
Enables or disables the mesh on a Surface chart.
<websocketClient variable>.Send (Function)
Sends a message from the WebSocket server to the client.
<Array>.Mean (Function)
Calculates the mean of the values within an array.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.