ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
<Image>.InvertColor (Function)
Inverts the colors in an Image control.
<xmlDocument variable>.ValidDocument (Function)
Validates an XML document from an XSD schema.
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<fbSession variable>.Status (Function)
Checks the status of a Facebook session.
<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
MemcachedDecrement (Function)
Decrements the value associated with a key. The key is created if it does not exist.
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....
MemcachedDecrementKeyGroup (Function)
Decrements the value associated with a key on a group of servers.
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
<mqttSession variable>.Publish (Function)
Publishes a message on the MQTT broker.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HTML Editor control functions
List of functions for managing HTML Editor controls...
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
<Variable Connexion>.RSIgnoreError (Function)
Ignores errors so that replication between HFSQL servers can continue to run.
HRSIgnoreError (Function)
Ignores errors so that replication between HFSQL servers can continue to run.
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Glossary
The glossary lists all the abbreviations used in the code editor......
VibrationTrigger (Function)
Triggers the vibrations of the device.
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.