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").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
Error 121: Shadowing a structure
InSysNotificationMode (Function)
Used to determine if the application is launched from an interactive notification in "Windows 10".
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
RegistryFirstSubKey (Function)
Identifies the path of first subkey of specified key in the Windows registry.
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
<Window>.Iconize (Function)
Minimizes a WINDEV window.
Iconize (Function)
Minimizes a WINDEV window.
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
nWDSetParentNext
Set the parent of the next window to open......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.