TTMSFNCAppLock.ActiveOnIdle Property
Enables automatic locking after a period of user inactivity.
API unit family: TMSFNCAppLock
Declaring type: TTMSFNCAppLock
Inherited from: TTMSFNCCustomAppLock
Type: Boolean
Syntax
property ActiveOnIdle: Boolean;
Default: False
Remarks
When True, an idle timer monitors user activity and locks the application once the configured idle period elapses. When False (the default), locking happens only through explicit calls. IdleSeconds and IdleMinutes control the timeout.