ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Word Processing>.Save (Function)
Saves a document as a "docx" file.
<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.
ContinentList (Function)
Returns the list of continents.
HFSQL properties
List of HFSQL properties...
<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.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
RedisSet (Function)
Changes the value of a key on a Redis server.
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
<PDF reader>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
HTML Editor control functions
List of functions for managing HTML Editor controls...
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
MQTTConnect (Function)
Used to connect to a MQTT server (also called "Broker").
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
MQTTDisconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
MQTTPublish (Function)
Publishes a message on the MQTT broker.
CertificateOpenProperties (Function)
Opens the Windows window used to find out the properties of a certificate.
NotifAdd (Function)
Adds a notification to the system bar (Android) or notification center (iOS).
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
<Source>.OnError (Function)
Customizes the management of HFSQL errors.