Table of Contents

TTMSFNCPassLock.OnPasswordCheck Event

Occurs when a password entry is checked.

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

Syntax

OnPasswordCheck: TTMSFNCPassLockPasswordCheckEvent;

Parameters

Name Description
Sender The object that triggered the event.
AEntry The password entry to check.
AMatch Set to True when the entry is accepted; set to False when it is rejected.