ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Table field linked to a table (Table file)
A data-bound Table control linked to a table is a field whose columns are linked to fields in a table or query (data source)......
Spreadsheet control: Available formulas
At runtime, in the Spreadsheet control, the end user directly enters the calculation formulas......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
AWP without UI
Bootstrap, Angular, React, Vue......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
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......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
NotifDeleteCategory (Function)
Deletes a notification category from the application.
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
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....
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.