ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Lock functions
  • Locked application
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
LockAppPassword (Function)
In french: VerrouAppliMotDePasse
Specifies a specific password for unlocking the current application (application locked automatically or by LockAppOn).
Example
// Password sought in the User file
LockAppPassword(User.Password)
Syntax
LockAppPassword(<Password>)
<Password>: Character string
Password that will be used tor unlock the application.
New in version 2025
Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "Ansi or Unicode string".
To learn more about secret strings and how to use the vault, see Secret string vault.
Remarks

Locked application

When the application is locked, all the appliation windows are minimized. When the user tries to restore the application, the following window is displayed:
The user must type a password. This password can correspond to:
  • the Windows password of the current computer (by default),
  • the user password defined in the User Groupware (if the User Groupware is used by your application),
  • a specific password, defined by LockAppPassword.
Related Examples:
The Lock functions Unit examples (WINDEV): The Lock functions
[ + ] Using the LockXX functions in order to lock a sensitive application.
Component: wd300gpu.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/22/2024

Send a report | Local help