ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image (Property)
The Image property gets and sets the background image of a control or block.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control...
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
Manipulating Progress Bar controls programmatically
A Progress Bar control can be handled through programming...
Outstanding progress bars
Simple or symmetric progress bar?
The Progress Bar control
The Progress Bar control is used to follow the progress of an event...
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.).
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....
Programming automatic calculations in the columns of a Table control
Events associated with Bar Code controls
List of events associated with Bar Code controls...
Execute (Function)
Starts the execution of a process through programming.
Global and local variable
Two types of variables are available......
HLogStop (Function)
Stops the log process of a file.
SFExecuteProcess (Function)
Requests the execution of a specific 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.
ExeGetPID (Function)
Returns information about the current process.
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