ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<mqttSession variable>.Connect (Function)
Used to connect to a MQTT server (also called "Broker").
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....
MemcachedAddPrefix (Function)
Adds a value at the start of existing value in the cache for the given key.
MemcachedIncrement (Function)
Increments the value associated with a key.
MemcachedDecrement (Function)
Decrements the value associated with a key. The key is created if it does not exist.
MemcachedModifyKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers....
MemcachedIncrementKeyGroup (Function)
Increments the value associated with a key on a group of servers.
MemcachedDecrementKeyGroup (Function)
Decrements the value associated with a key on a group of servers.
MemcachedAddPrefixKeyGroup (Function)
Adds a value at the start of existing value in the cache for the given key on a group of servers.
<fbSession variable>.Status (Function)
Checks the status of a Facebook session.
<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.
SaaSAdminDeleteSubscription (Function)
Deletes a SaaS subscription.
<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.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
MemcachedAssignKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
<btleService variable>.GetAllCharacteristics (Function)
Retrieves all the characteristics with the same identifier associated with a Bluetooth Low Energy service.
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
<TimeLine>.AddEvent (Function)
Adds an event into a TimeLine control.