ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

QuickActionRemove (Function)
Removes a quick action defined for the application.
PermissionList (Function)
Returns one or all the permissions declared by the application.
TwoFactorAuthenticationGenerateTOTPKey (Function)
Generates a TOTP Key for an application user.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
SysNameExe (Function)
Returns the name and full path of an application.
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling 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.
PermissionRequest (Function)
Prompts the user to grant an application permission.
EtapeSuivante (Property)
The Property NextStep allows you to authorize or not the passage to the next step of the guided tour from the step bubble.
PreviousStep (Property)
The Property PreviousStep allows you to authorize or not the passage to the previous step of the guided tour from the step bubble.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
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....