TTMSFNCAppLock.OnVerifyPassword Event
Occurs when a password is submitted in the unlock dialog, allowing custom validation.
API unit family: TMSFNCAppLock
Declaring type: TTMSFNCAppLock
Inherited from: TTMSFNCCustomAppLock
Syntax
OnVerifyPassword: TTMSFNCAppLockPasswordVerifyEvent;
Remarks
The handler may accept or reject the entered password through its validity parameter. See TTMSFNCAppLockPasswordVerifyEvent for parameter details.