ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Windows Scheduler functions
List of functions for managing the scheduler
Miscellaneous Windows functions
List of miscellaneous Windows functions
Service functions
List of functions for managing services
SNMP functions
List of SNMP functions
Mouse functions
List of functions for mouse management
Recycle bin functions
List of functions for managing the recycle bin
Registry functions
List of functions for managing the registry
<Window>.ToSource (Function)
from the controls in the window. the value of the WLanguage variables with the value of the window controls....
<Window>.WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items...
<Window>.Iconize (Function)
Minimizes a WINDEV window.
<Window>.WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.MDIOpen (Function)
Opens and enables an MDI child window.
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items...
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
The planes (in a window or in a report)
The planes are used to group the window controls......
The Internal Window control
...The "Internal Window" control is used to include a window (and its code) in a control of another...
Environment of the window editor
The main elements of window editor are as follows:
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV...
Window management functions
List of functions for managing windows...
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
On/Off button in a window
The on/off button is a button that operates like a check box......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template...
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
<Window>.EnableDDW (Function)
Enables or disables the Dim Disabled Window (DDW) feature for a specific window:
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display...
1
3
4
5
6
7
214
>