ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
<redisConnection>.Unsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
<Gantt chart>.ListLink (Function)
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
MQTTConnect (Function)
Used to connect to a MQTT server (also called "Broker").
MQTTDisconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
MQTTPublish (Function)
Publishes a message on the MQTT broker.
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
FBSessionStatus (Function)
Checks the status of a Facebook session.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.