ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
<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.
<Word Processing>.Save (Function)
Saves a document as a "docx" file.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
MQTTConnect (Function)
Used to connect to a MQTT server (also called "Broker").
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
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.
Environment of the window editor
The main elements of window editor are as follows:
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
ThreadRequestStop (Function)
Sends a stop request to a thread.
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
DocReplace (Function)
Finds all the instances of a character string and replaces them with another string: in an entire Word Processing document. in a fragment....