ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopup (Function)
Opens a popup window and waits for this window to be 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.
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
ConnectionTimeout (Property)
The ConnectionTimeout property is used to manage the connection timeout.
Certificate
The Certificate keyword can correspond to...
Printing nested reports
To create a main report containing several secondary reports:...
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
URL (Property)
The URL property is used to get and change a URL.
Border (Property)
The Border property is used to get and change the borders of an element.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Creating the executable and the setup program
The languages supported by the application are taken into account......
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
grSurfaceDeleteMarkCaption (Function)
Deletes the captions of marks found in a Surface chart.
grSurfaceDeleteAltitudeColor (Function)
Deletes the altitude colors specified by grSurfaceAltitudeColor.
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
User Control Center: Management of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
14. Report templates
...Report templates are used to easily standardize report layouts....
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
The Flexbox control
Flexbox is a standard layout system for web pages......