ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window controls
Several types of controls can be used in a window, ......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Constant
The constants are language elements whose value is fixed once and for all...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Execute (Function)
Starts the execution of a process through programming.
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.).
WinStatus (Function)
Identifies or modifies the window status.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Declaring and using a variable
A variable is defined by name and type......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
MyWindow (Reserved word)
MyWindow is used to handle the current window...
.NET object
To access a class......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Assignment of RETURN
The return value of the process currently run can be assigned...
GOTO statement
The GOTO statement is used to run a code identified by a given label...
1
2
3
4
5
6
272
>