ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Screen,Input (External language)
Starts the input in the controls of a window.
Handle (External language)
Returns the handle of a window or control.
HsMenu,Name (External language)
Adds a menu into the window that is opened.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
CurrentWin (Function)
Identifies the window currently in edit.
SysSetFocus (Function)
Sets focus to a window or control.
SysWinShow (Function)
Modifies the display status of a window.
SysValidHandle (Function)
Checks the validity of a window handle.
grDestinationWnd (Function)
Defines a window as chart destination.
iWindowCancel (Function)
Configures the print cancel window..
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Options of the window editor
To configure the general options of the window editor......
Testing the WEBDEV Application Server setup with an example
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......