|
|
|
|
|
LockAppTimeout (Function) 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)
Sintaxis <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).
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|