ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLToJSON (Function)
Converts an XML string to JSON.
FBSessionStatus (Function)
Checks the status of a Facebook session.
StartControl (Property)
The StartControl property gets and sets the start control of a Wire control.
EndControl (Property)
The EndControl property gets or sets the end control of a Wire control.
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.
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
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.
MQTTPublish (Function)
Publishes a message on the MQTT broker.
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.
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....
Creating index keywords
Index keywords allow users to easily find a help page......
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
<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.
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.