ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fWrite (Function)
Writes: a character string into an external file. a memory section....
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Table,Display (External language)
Refreshes the Table control.
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
Creating the Vision windows of the WINDEV RAD pattern
Component diagram
A component diagram shows the physical and static architecture of a system software......
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
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.)....
Service variable
The Service variable is used to......
Creating the Table pages of the WEBDEV RAD pattern
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....
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
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......
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Source Code Manager overview
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min