ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketRead (Function)
Retrieves a message sent by another socket.
Installing a SOAP server with Apache
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
dArc (Example)
Usage example of the dArc function
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
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......
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
XMLAddChild (Function)
Adds a child tag into an XML document.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
ZOrder (Example)
Usage example of the ZOrder property
LooperAddLine (Function)
Adds a row at the end of a Looper control.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
XMLAddAttribute (Function)
Adds an attribute into an XML document.
fImageSelect (Example)
Usage example of the fImageSelect function
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
Sending elements to Free Technical Support
dFill (Example)
Usage example of the dFill function
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).