ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<redisConnection>.Unsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
<xmlDocument variable>.ValidDocument (Function)
Validates an XML document from an XSD schema.
<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
<mqttSession variable>.Connect (Function)
Used to connect to a MQTT server (also called "Broker").
<mqttSession variable>.Disconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
<mqttSession variable>.Publish (Function)
Publishes a message on the MQTT broker.
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
HTML Editor control functions (prefix syntax)
List of functions for managing HTML Editor controls (prefix syntax)...
Toast management functions
<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
<fbSession variable>.Status (Function)
Checks the status of a Facebook session.
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
MemcachedAddPrefix (Function)
Adds a value at the start of existing value in the cache for the given key.
Certificate functions
The following functions are used to handle the certificates:...
MemcachedAddPrefixKeyGroup (Function)
Adds a value at the start of existing value in the cache for the given key on a group of servers.
MemcachedIncrementKeyGroup (Function)
Increments the value associated with a key on a group of servers.
MemcachedIncrement (Function)
Increments the value associated with a key.
MemcachedModifyKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers....
<Email variable>.ImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.