ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV concepts
Utilisation dans la classe ActionRapide - Accès en Lecture + Ecriture - Type : Tous types + objets...
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static Text control in a report....
The Upload control
The Upload control is used to upload files on the Web server......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a table. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
9. Application menus
Menus are displayed in different ways......
ERR_DISCONNECTED_RELOG
Returns an array without duplicates....
Generating the setup program
The last wizard step for creating the setup program allows you to......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
ERR_BAD_CONTEXT_FOUND
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
WINDEV: Example of programmed Drag and Drop
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...