ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
5. Project configuration
4. Multiple generation
Project configurations allow you to easily define the "target" platforms of the project....
9. Application menus
Menus are displayed in different ways......
11. External component
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
6. Multiple generation
...Multiple generation...
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
ERR_DISCONNECTED_EXEC
18. Order of execution of the code of buttons/links
ComponentInfo (Function)
Returns information about a component.
On/Off button in a window
The on/off button is a button that operates like a check box......
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Compatibility between external components and deployed applications
A component can evolve in many ways......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
Project portfolio
From version 25, you can create "project portfolios"......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
6. Multiple generation
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
RGBGreen (Function)
Returns the green component of an RGB color.
1
2
3
4
5
6
72
>