TTMSFNCPassLockOptions Class
Controls input mode, learning mode, keyboard input, and visible entry UI elements.
API unit family: TMSFNCPassLock
Inherits from: TPersistent
Syntax
TTMSFNCPassLockOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| EnableKeyboardInput | When True, keyboard input is accepted in addition to button clicks. |
| LearnMode | When True, the control is in learn-mode so the user can set a new password. |
| LockType | Selects between numeric button input and pattern grid input. |
| ShowClearEntryButton | When True, a clear-entry button is displayed below the entry indicators. |
| ShowEntry | When True, entry indicator dots are displayed above the button grid. |
| ShowOKButton | When True, an OK button is displayed below the entry indicators. |
| ShowPasswordLength | When True, the expected password length is reflected in the number of entry indicators. |