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
- Drop a
TTMSFNCTouchKeyboardonto a form. - Set
KeyboardTypeto choose the layout (ktQWERTY,ktNumeric,ktPhone, etc.). - Handle
OnKeyDownto route key presses to the focused input control, or useTTMSFNCPopupTouchKeyboardto show the keyboard in a floating popup.