ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Activation key management functions
The following functions are used to manage activation keys:...
Information 37: Optimize your FOR loop
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Handling Scheduler controls programmatically
A Scheduler control can be......
11. User Macro-Code: UMC in practice
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Error 19: The step of this FOR loop must be constant
Error 1015: The method of the class is protected
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Multi-product external components
Components are a remarkably useful tool for development teams......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......