ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Using an external component in an application
A component can be reused at any time in any application......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Component (Property)
The Component property configures the different components of a composite key.
<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.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Internal component
An internal component is a set of elements from a project......
Component (Type of variable)
The Component type is used to easily handle an external component.
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
11. External component
11. Internal components in practice
Internal components in practice...
SCM: Managing components
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....