TTMSFNCCustomAppLock Class
Base class that locks an application and requires a password to reopen it, either on demand or after a configurable period of user inactivity.
API unit family: TMSFNCAppLock
Inherits from: TTMSFNCCustomComponent
Syntax
TTMSFNCCustomAppLock = class(TTMSFNCCustomComponent)
Remarks
Surfaces its configuration through protected properties so that descendants can publish the relevant subset. Use the ready-to-use descendant for design-time work.
Methods
| Name | Description |
|---|---|
| Lock | Locks the application immediately, hiding its windows and disabling the idle timer. |
| Unlock | Unlocks the application immediately and restores its windows. |