ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
MQTTConnect (Function)
Used to connect to a MQTT server (also called "Broker").
MQTTDisconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
MQTTPublish (Function)
Publishes a message on the MQTT broker.
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
FBSessionStatus (Function)
Checks the status of a Facebook session.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
RedisPublish (Function)
Publishes a message on a Redis broadcast channel.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
<Word Processing>.Save (Function)
Saves a document as a "docx" file.
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
XMLToJSON (Function)
Converts an XML string to JSON.
HTML Editor control functions
List of functions for managing HTML Editor controls...
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.
ContinentList (Function)
Returns the list of continents.
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.