ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
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).
MQTTPublish (Function)
Publishes a message on the MQTT broker.
RedisPublish (Function)
Publishes a message on a Redis broadcast channel.
<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.
XMLToJSON (Function)
Converts an XML string to JSON.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
<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....
<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.
<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.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
StringToJSON (Function)
Converts a JSON string into a JSON variable.