ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Referring to an element in a WLanguage event / process
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
Error 203: The procedure already has a scope attribute (local or global)
Warning 124: Shadowing a global variable
Error 121: Shadowing a structure
Supercontrol
A supercontrol is an advanced type of 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....
Error 102: The constants can be defined in the initialization code of project, ...
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
Error 101: Declaration of global variable not allowed
Classes, members, methods and properties
A class is made of......
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
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.).
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Designing a supercontrol
A supercontrol is an advanced type of control......
Local procedure
Two types of procedures are available......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Code history
The code history is used to......
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Functions for managing objects (External language)
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
1
2
>