TMSPasslock - Clear the entered code

Hi TMS,

In using the TTMSFMXPasslock component, is there a way to show a Clear or Delete key. The Clear key would clear the whole passcode as entered while the Delete key would backspace one character/gesture. These would be used when users realize they made an error in entering their code/pattern.

My app would need one or the other, or both.

Thank you!

Hi Tony,
A workaround is to create a button to reset the LearnMode:

TMSFMXPassLock2.LearnMode := True;
TMSFMXPassLock2.LearnMode := False;
or the other way around.

Regards