ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<mqttSession variable>.Connect (Function)
Used to connect to a MQTT server (also called "Broker").
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.
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.
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.
MemcachedCASKeyGroup (Function)
Modifies the value of a key on a group of servers if this one was not modified.
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.
MemcachedAddPrefix (Function)
Adds a value at the start of existing value in the cache for the given key.
<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.
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
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
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
Various constants
List of various constants used by the constants WINDEV functions....
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.