ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
<mqttSession variable>.Unsubscribe (Function)
Allows you to unsubscribe from a MQTT notification.
<mqttSession variable>.UnsubscribeAll (Function)
Allows you to unsubscribe from all the existing subscriptions.
<WDPic variable>.Rotation (Function)
Rotates a WDPic image.
PDFReaderGoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
<Connection variable>.RSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
API (Function)
Runs a function found in an external DLL.
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
Functions for managing the Word Processing control (prefix syntax)
The following functions are used to manage Word Processing controls:...
<mqttSession variable>.Subscribe (Function)
Used to subscribe to a MQTT notification.
<Map>.AddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
CertificateExtract (Function)
Extracts a certificate from a signature buffer or from a print duplicate.
<Map>.ModifyMarker (Function)
Modifies a marker displayed in a Map control.
<Map>.DeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
Functions for managing Image Editor controls and WDPic variables
The following functions are used to manage Image Editor controls and WDPic variables:...
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
<Image variable>.InvertColor (Function)
Inverts the colors in an Image variable.
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).