ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
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)....
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
Handle (External language)
Returns the handle of a window or control.
HsMenu,Name (External language)
Adds a menu into the window that is opened.
OpenMobileWindow (Function)
Opens a window in a mobile application.
WaitWindowStart (Function)
Opens the wait window of application.
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
WinStatus (Function)
Identifies or modifies the window status.
Screen,Input (External language)
Starts the input in the controls of a window.
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.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
grDestinationWnd (Function)
Defines a window as chart destination.
iWindowCancel (Function)
Configures the print cancel window..
Properties associated with a window
List of properties associated with a window...
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
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......
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....
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......
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....
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......