ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

End of break block
The End of break block is optional......
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Assignment of RETURN
The return value of the process currently run can be assigned...
18. Order of execution of the code of buttons/links
Using a query with parameters
A query with parameters can be used......
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Toast constants
List of operators
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
HFSQL Client/Server: Configuring the server
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
gpwForgottenPassword (Function)
Runs an action to retrieve or change the password of a user.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
SysDeviceInfo (Function)
Retrieves information from the mobile device where the application is run