Table of Contents

TTMSFNCPassLock.OnConfirmPassword Event

Occurs when a repeated password entry is checked while learning a password.

API unit family: TMSFNCPassLock Declaring type: TTMSFNCPassLock Inherited from: TTMSFNCCustomPassLock

Syntax

OnConfirmPassword: TTMSFNCPassLockPasswordCheckEvent;

Parameters

Name Description
Sender The object that triggered the event.
AEntry The password entry to confirm.
AMatch Set to True when the confirmation entry matches; set to False when it does not.