ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
France.CheckSIRET (Function)
Checks the validity of a French SIRET number (Système d'Identification du Répertoire des Etablissements)....
<emailIMAPSession variable>.Expunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
Warning 18: Loop without potential end
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Warning 12: The label is unused
2. User-friendly editors in practice
User-friendly editors in practice...
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
ActionBarSearchVisible (Function)
Allows you to get and change the visibility status of the search control associated with the Action Bar in the current window.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
<String type>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......