ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
14. PHP generation in practice
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....
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Error 4: A space is required after the ':' character
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
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.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
XMLSource (Property)
The XMLSource property is used to get the XML source code.
Error 1044: The class is already derived from this class
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.
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.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
Multiline strings
To type character strings over several lines in the code editor...
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Creating a delete query
A delete query (corresponding SQL statement......
Constants for managing masks