ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
7. Layouts using the Flexbox control
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Z-index of a control
All the controls in a window or report have a different z-index......
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
Managing bar codes
The use of bar codes to identify and manage products has become essential......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Resizing a window (AAF)
HsMenu,Label (Function)
Modifies the caption of a menu option.
<Chart>.Label (Function)
Indicates various parameters of additional legend in a chart.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
Report editor: Available types of reports
Several types of reports can be created in the report editor......
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
1
2
3
4
5
6
22
>