ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Open (External language)
Opens a window.
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
Token management functions
Token management functions in "Text token" Edit controls....
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
TokenCurrentInput (Property)
The TokenCurrentInput property is used to read or change the value being entered in a "Text token" edit control.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
MapDisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
<Map>.DisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Creating an insert query
An insert query (corresponding SQL statement......
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
Properties associated with Combo Box controls that display a table
Classes, members, methods and properties
A class is made of......
SysNation (Function)
Returns the nation currently used by the system.
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......