ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
fWrite (Function)
Writes: a character string into an external file. a memory section....
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Table,Display (External language)
Refreshes the Table control.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
LooperCollapse (Function)
Collapses a break that was expanded beforehand in a Looper control.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
Creating the Vision windows of the WINDEV RAD pattern
Using new features exclusive to WINDEV Suite SaaS in a project
Version 2025 Update 1 introduces various new features specific to SaaS version......
StatSum (Example)
Usage example of the StatSum function
StatMax (Example)
Usage example of the StatMax function
StatMin (Example)
Usage example of the StatMin function
StatVariance (Example)
Usage example of the StatVariance function
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....