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").
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is 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.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Copying and cloning
Variables are copied using the "=" operator...
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
sEvent (Function)
Branches an event on a serial port.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
Constants for WLanguage types
List of constants for managing WLanguage types....
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Chart: Managing legends
Several types of legends are supported in the charts......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Library,Disk (External language)
Opens the project library that is stored on disk.