ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Query editor
The query editor is used to automatically create queries on the data files......
3. Application development cycle
Development cycle of a WINDEV application....
Set of procedures
The global procedures are grouped in set of procedures......
14. PHP generation in practice
Web Camera control events
The following events appear by default in the WEBDEV code editor:
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
XMLSource (Property)
The XMLSource property is used to get the XML source code.
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
Error 1044: The class is already derived from this class
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
Multiline strings
To type character strings over several lines in the code editor...
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.