ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV and the SOAP protocol
Writes a message intended to another socket.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Typing multilingual texts
For a multilingual application, you have the ability to......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
11. Internal components in practice
Internal components in practice...
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Events associated with Looper controls
List of events associated with Looper controls...
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
HInfoView (Function)
Returns information about a materialized view.
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HSendMessageToClient (Function)
Displays a message on the client computers.
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Internal component
An internal component is a set of elements from a project......
Constants used by the XML signature
Constants used by the XML signature...
10. Internal components in practice