ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Automation object
The Automation keyword is used to declare an automation object...
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Passing parameters
The parameters can be passed to a procedure......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
13. External component in practice
External component in practice...
Using several libraries in an application
A library is a WDL file that contains all the resources......