ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
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......
SocketRead (Function)
Retrieves a message sent by another socket.
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.
ZOrder (Example)
Usage example of the ZOrder property
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.).
ErrorBuild (Function)
Displays a custom error message in a system error window.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
MouseYPos (Function)
Returns the vertical position (Y) 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.).
WLanguageCodeFormatting (Type of Variable)
The type WLanguageCodeFormatting allows you to define all the setting parameters in Geometry 06500740072007900 of the WLanguage code.
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
DnDAccept (Example)
Usage example of the DnDAccept function
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
DDEString (Example)
Usage example of the DDEString function