|
|
|
|
|
LockAppTimeout (Function) In french: VerrouAppliDélai Returns or modifies the idle time before a WINDEV application is locked. Remark: The inactivity timeout corresponds to the time elapsed since the user's last action on the application.
LockAppTimeout(15)
LockAppTimeout(-1)
Syntax <Result>: Integer - Idle time (expressed in minutes) before the application is locked.
- 0 (default value) means that the "Application lock" feature was not enabled.
<New timeout>: Integer or Duration - Idle time before the application is locked (expressed in minutes).
- If this value is set to 0, the feature is disabled (the application will never be locked).
This parameter can correspond to: - an integer corresponding to the number of minutes,
- a Duration variable,
- the duration in a readable format (e.g., 1 min).
Related Examples:
|
Unit examples (WINDEV): The Lock functions
[ + ] Using the LockXX functions in order to lock a sensitive application.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|