ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
EXE constants
List of constants used by the functions for managing executables....
fTrackFile (Function)
Triggers the tracking of a file.
Events associated with a Dockable Panel control
ThreadExecute (Function)
Starts the execution of a secondary thread.
Handling the report blocks through programming
Each report block is associated with different events......
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
AJAXCancelAsynchronousCall (Function)
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
Events associated with Static controls
List of events associated with Static controls...
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
Events associated with Breadcrumb controls
List of events associated with Breadcrumb controls...
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Constants for sound management
List of constants used by the functions for sound management....
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
Multi-database queries
A query (typed in SQL code) can operate on different databases......
WINDEV License Agreement
WINDEV License Agreement...
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
WEBDEV license agreement
WEBDEV license agreement...
ActionUndo (Function)
Cancels the last action performed by the end user.
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
SQLExec (Example)
Usage example of the SQLExec function