ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
How to create a menu?
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
DotNetDelegate (Function)
Initializes a.NET delegate.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......