ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
<modbusSession>.WriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
<modbusSession>.Disconnect (Function)
Closes the Modbus session.
<modbusSession>.WriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
JSONToXML (Function)
Converts a JSON string to XML.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
Events associated with internal windows
List of events associated with internal windows...
Database schema associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...