Table of Contents

TTMSFNCPopupTouchKeyboard Class

Popup component that shows a TTMSFNCTouchKeyboard in a floating non-modal window; call ShowKeyboard to display and HideKeyboard to dismiss.

API unit family: TMSFNCTouchKeyboard Inherits from: TTMSFNCCustomPopupTouchKeyboard

Syntax

TTMSFNCPopupTouchKeyboard = class(TTMSFNCCustomPopupTouchKeyboard)

Properties

Name Description
AutoCapsDisplay When True, the Caps Lock key is highlighted when active. (inherited from TTMSFNCCustomPopupTouchKeyboard)
AutoPostKey When True, key presses are automatically posted to the focused control. (inherited from TTMSFNCCustomPopupTouchKeyboard)
HighlightAltGr Highlight color for the AltGr key when it is active. (inherited from TTMSFNCCustomPopupTouchKeyboard)
HighlightCaps Highlight color for the Caps Lock key when it is active. (inherited from TTMSFNCCustomPopupTouchKeyboard)
Keyboard The hosted TTMSFNCTouchKeyboard shown inside the popup. (inherited from TTMSFNCCustomPopupTouchKeyboard)
KeyboardType Keyboard layout shown in the popup. (inherited from TTMSFNCCustomPopupTouchKeyboard)

Methods

Name Description
GetVersionNr Returns the integer component version number. (inherited from TTMSFNCCustomPopupTouchKeyboard)
HideKeyboard Hides the popup keyboard. (inherited from TTMSFNCCustomPopupTouchKeyboard)
ShowKeyboard Shows the popup keyboard. (inherited from TTMSFNCCustomPopupTouchKeyboard)

Events

Name Description
OnClose Fires when the popup keyboard is closed. (inherited from TTMSFNCCustomPopupTouchKeyboard)
OnDrawKey Fires before a key is drawn in the popup keyboard. (inherited from TTMSFNCCustomPopupTouchKeyboard)
OnKeyClick Fires when the user clicks a key in the popup keyboard. (inherited from TTMSFNCCustomPopupTouchKeyboard)
OnKeyDown Fires when a key in the popup keyboard is pressed. (inherited from TTMSFNCCustomPopupTouchKeyboard)
OnKeyboardCreated Fires after the internal keyboard control is created and before it is shown. (inherited from TTMSFNCCustomPopupTouchKeyboard)
OnShow Fires when the popup keyboard is shown. (inherited from TTMSFNCCustomPopupTouchKeyboard)

Used by