Table of Contents

Getting Started with TMS FNC Signature Capture

Prerequisites

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

Steps

  1. Drop a TTMSFNCSignatureCapture onto a form.
  2. Set Pen.Color and Pen.Width to configure the drawing style, or accept the defaults.
  3. Call SaveToFile('signature.png') to export the signature image; call Clear to reset the surface.

Next steps