Table of Contents

Getting Started with TMS FNC Touch Keyboard

Prerequisites

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

Steps

  1. Drop a TTMSFNCTouchKeyboard onto a form.
  2. Set KeyboardType to choose the layout (ktQWERTY, ktNumeric, ktPhone, etc.).
  3. Handle OnKeyDown to route key presses to the focused input control, or use TTMSFNCPopupTouchKeyboard to show the keyboard in a floating popup.

Next steps