ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
1. Project and Database Schema
The development of a Windows application with WINDEV is based on two main elements: the Project and the Database Schema....
Handling a Web Component control through programming
4. Multiple generation
Project configurations allow you to easily define the "target" platforms of the project....
5. Project configuration
11. External component
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
6. Multiple generation
...Multiple generation...
ComponentInfo (Function)
Returns information about a component.
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......
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
RGBGreen (Function)
Returns the green component of an RGB color.
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......
1
2
3
4
5
6
125
>