Table of Contents

Getting Started with TMS FNC Pass Lock

Prerequisites

  • Delphi with TMS FNC UI Pack installed.
  • A new or existing VCL, FMX, or WEB application.

Steps

  1. Drop a TTMSFNCPassLock onto a form.
  2. Set LockType to pltNumPad or pltPattern, and set Password to the expected value (or enable LearnMode to let the user define it interactively).
  3. Handle OnCheckPassword to validate the entered code, then call Reset to clear the entry for the next attempt.

Next steps