ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
Local procedure
Two types of procedures are available......
Automatic management of exceptions
The management of exceptions can be customized by process......
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Programming automatic calculations in the columns of a Table control
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Events associated with Bar Code controls
List of events associated with Bar Code controls...
Global and local variable
Two types of variables are available......
Execute (Function)
Starts the execution of a process through programming.
SFExecuteProcess (Function)
Requests the execution of a specific process.
ExeGetPID (Function)
Returns information about the current process.
JSInterruptEvent (Function)
Interrupts the process of current event.
<sfConnection variable>.ExecuteProcess (Function)
Requests the execution of a specific process.
<Source>.LogRestart (Function)
Restarts the logging process on a file.
<Source>.LogStop (Function)
Stops the log process of a file.
HLogRestart (Function)
Restarts the logging process on a file.
HLogStop (Function)
Stops the log process of a file.
BurnerCancel (Function)
Cancels the current burn process.
3. Project dashboard
Project dashboard...
3. Project dashboard
1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Code editor: Display options
The code editor proposes several display options......
8. Optimizing an application