ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
WinOutYPos (Function)
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
WinOutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
Events associated with Splitter controls
List of events associated with Splitter controls...
Events associated with Spin controls
List of events associated with Spin controls...
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
8. Binding controls to data
A window can display information from......
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Miscellaneous Windows functions
List of miscellaneous Windows functions...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
Removing a project from the SCM (Source Code Manager)
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Outstanding progress bars
Simple or symmetric progress bar?...
How to perform a full file browse?
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
Variable scope
Variables can be declared anywhere in the code....