ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating the Vision windows of the WINDEV RAD pattern
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......
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....
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Table,Display (External language)
Refreshes the Table control.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
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....
LooperCollapse (Function)
Collapses a break that was expanded beforehand in a Looper control.
Service variable
The Service variable is used to......
StatStandardDeviation (Example)
Usage example of the StatStandardDeviation function
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
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....
StatAverageDeviation (Example)
Usage example of the statAverageDeviation function
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
8. Windows in practice
Discover the main actions that can be performed on the windows....