ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
ERR_CLOSED_PAGE
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Manipulating TreeView Table controls programmatically
This page explains how to program TreeView Table controls......
Creating help pages
A help system includes several pages......
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
CodeEditorLoad (Function)
Loads a WLanguage code file in a Code Editor control.
CodeEditorExecute (Function)
Executes the WLanguage code displayed in the Code Editor control.
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....