ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

System constants
List of constants used by the system functions....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
ThreadExecute (Function)
Starts the execution of a secondary thread.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
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.
Events associated with Static controls
List of events associated with Static controls...
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
Constants for sound management
List of constants used by the functions for sound management....
Events associated with a Dockable Panel control
Multi-database queries
A query (typed in SQL code) can operate on different databases......
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
SQLExec (Example)
Usage example of the SQLExec function
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Error 35: 'Continue' is available in the loops only
SQLFirst (Example)
Usage example of the SQLFirst function
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
fWriteLine (Example)
Usage example of the fWriteLine function