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.
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Generating the RAD pattern
To generate a RAD pattern:...
Using RAD patterns
The steps for creating a RAD pattern are as follows......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Events associated with windows
List of events associated with windows...
Characteristics of maximized windows
A maximized window occupies the entire screen of the mobile device....
Status bar of windows
The status bar of a window is used to display several types of information......
Miscellaneous Windows constants
List of constants used by the Windows functions....
8. Binding controls to data
A window can display information from......
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
Functions for managing objects (External language)
Custom properties (WLanguage)
A custom property is a code element with two events......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Time management
For each element (windows, reports, ......
Properties linked to the Euro management
List of properties linked to the Euro management...
6. Internal window
Internal windows...
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....