ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Check model
You can use check models to easily create checks...
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Analysis links
The links are used to link the files found in an analysis between themselves......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
ComponentInfo (Function)
Returns information about a component.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
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....
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
EnumControl (Function)
Returns the name of Nth control found in the specified element.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......