ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
DDELink (Function)
Creates a hot link with a data.
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
"?" menu
WINDEV proposes a help menu adapted to your applications......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
MenuInsertOption (Function)
Inserts a new option at a specific position.
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
Upload control events
The following processes are associated with the Upload control:...
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
ActionUndo (Function)
Cancels the last action performed by the end user.
ActionRedo (Function)
Runs the last action canceled.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Error 35: 'Continue' is available in the loops only
<Array>.Sort (Function)
Sorts a WLanguage array.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
HDeleteTrigger (Function)
Deletes a trigger.
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...