ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<mqttSession variable>.Disconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
<mqttSession variable>.Publish (Function)
Publishes a message on the MQTT broker.
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Name (Property)
The Name property is used to get the name of an element.
<mqttSession variable>.Connect (Function)
Used to connect to a MQTT server (also called "Broker").
<btleService variable>.GetAllCharacteristics (Function)
Retrieves all the characteristics with the same identifier associated with a Bluetooth Low Energy service.
<sshSession variable>.DisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
<sshSession variable>.Read (Function)
Reads the data found on the output buffer of the SSH session.
<mongoCollection variable>.ModifyOne (Function)
Modifies a document in a collection of MongoDB database.
<WBAdminAuth variable>.ListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
Custom properties (WLanguage)
A custom property is a code element with two events......
Time management
For each element (windows, reports, ......
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
Description (Property)
The Description property is used to get and change the description of an element.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......