ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
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....
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
<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.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
HDescribeConnection (Function)
Describes a new connection to an external database.
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...