ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
21 results for: composant
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
Component (Variable type)
The Component type is used to easily handle an external component.
ComponentLocate (Function)
Specifies the access path to an external component of project.
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.
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
<Looper>.AddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
<Looper>.AddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
ComponentInfo (Function)
Returns information about a component.
<Component>.Load (Function)
Loads an external component independent of the current project.
fSelect (Example)
Usage example of the fSelect function
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
9. Internal component
10. Internal component
Internal component
7. Internal component
An internal component is a set of elements from a project.
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc.
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc.
11. External component
How to include secure payment in a WEBDEV website?
This help page explains how to add a secure payment into a WEBDEV website...