ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdRestore (Function)
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option enabled).
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
WinEdRestore (Function)
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
<Menu>.Add (Function)
Adds an existing popup menu to the main menu of the current window.
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...