ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
BreakDelete (Function)
Deletes a break from a Table control or from a Looper control.
BreakDeleteAll (Function)
Deletes all breaks from a Table control or from a Looper control.
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.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
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.
Handling Word Processing controls programmatically (prefix syntax)
A Word Processing control can be handled through programming......
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
XMLToJSON (Function)
Converts an XML string to JSON.
HTML Editor control functions
List of functions for managing HTML Editor controls...
ContinentList (Function)
Returns the list of continents.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.