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.
gglOverride (Type of variable)
The gglOverride type is used to define information about event notification overrides.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Check: Sending an email
The monitoring robot will......
Writing an email: the available methods
This help page presents the methods for writing an email....
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
EmailReadMessage (Example)
Usage example of the EmailReadMessage function
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Creating the Vision pages of the WEBDEV RAD pattern
Creating the menus for the pages of the WEBDEV RAD pattern
EmailNbMessage (Example)
Usage example of the EmailNbMessage function
The Context Menu control (WEBDEV)
Context menus are often used in websites......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Creating the Table pages of the WEBDEV RAD pattern
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
StatVarianceP (Example)
Usage example of the StatVarianceP function
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......