ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
BackgroundTaskList (Function)
Returns the list of background tasks for the application.
KioskDisable (Function)
Disables kiosk mode for the current application.
PermissionRequest (Function)
Prompts the user to grant an application permission.
PermissionList (Function)
Returns one or all the permissions declared by the application.
TwoFactorAuthenticationGenerateTOTPKey (Function)
Generates a TOTP Key for an application user.
GetTheme (Function)
Gets the current theme of a mobile application.
SysNameExe (Function)
Returns the name and full path of an application.
QuickActionAdd (Function)
Adds a new quick action to the application.
<QuickAction variable>.Add (Function)
Adds a new quick action to the application.
<QuickAction variable>.Remove (Function)
Removes a quick action defined for the application.
QuickActionRemove (Function)
Removes a quick action defined for the application.
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
<Connection variable>.DeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
12. Universal replication
13. Universal replication
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Constants for managing Organizer controls
Constants for managing Organizer controls...
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.