TTMSFNCAppLock.OnIncorrectPassword Event
Occurs when an incorrect password is entered in the unlock dialog.
API unit family: TMSFNCAppLock
Declaring type: TTMSFNCAppLock
Inherited from: TTMSFNCCustomAppLock
Type: TNotifyEvent
Syntax
property OnIncorrectPassword: TNotifyEvent;
Remarks
When assigned, the handler replaces the default message box that shows IncorrectPassword; the handler is responsible for any user feedback.
Parameters
| Name | Description |
|---|---|
Sender |
Component whose unlock attempt failed. |