ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

3. Types of accessible files
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<mongoCollection variable>.ModifyOne (Function)
Modifies a document in a collection of MongoDB database.
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
<sshSession variable>.DisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
2. Types of accessible files
Types of accessible files...
13. Types of standard controls
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
Replication: The different types available
The data replication is a powerful feature......
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
<Command variable>.Kill (Function)
Forces the termination of a running executable associated with a command. Note: This function is only available from version 2025 Update 1....
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.