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.
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
Find out the account that runs the AWP protocol
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
Window (External language)
Returns the number of windows opened at a given time.
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
<btleDevice>.Initialize (Function)
Initializes a Bluetooth Low Energy device in Windows.
Events associated with internal windows
List of events associated with internal windows...
SysShutdown (Function)
Stops the system or closes the current Windows session.
Registry management functions
List of functions for managing the registry...
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
The planes in WEBDEV
The planes are used to group the controls of an element......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
GDI+ framework
Some WINDEV features use the GDI+ framework......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)