AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de bloqueo
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// Lock the application if it is not used during 15 minutes 
LockAppTimeout(15)

// Application does not lock anymore
LockAppTimeout(-1)
Sintaxis

Finding out the idle time Ocultar los detalles

<Result> = LockAppTimeout()
<Result>: Integer
  • Idle time (expressed in minutes) before the application is locked.
  • 0 (default value) means that the "Application lock" feature was not enabled.

Modifying the idle time Ocultar los detalles

LockAppTimeout(<New timeout>)
<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).
Componente: wd300gpu.dll
Ver también
Versión mínima requerida
  • Versión 12
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local