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
- Drop a
TTMSFNCSignatureCaptureonto a form. - Set
Pen.ColorandPen.Widthto configure the drawing style, or accept the defaults. - Call
SaveToFile('signature.png')to export the signature image; callClearto reset the surface.