TTMSFNCCustomPopupTouchKeyboard Class
Base class for a floating popup that hosts a
TTMSFNCTouchKeyboard; shows and hides the keyboard on demand and forwards key events to the focused control.
API unit family: TMSFNCTouchKeyboard
Inherits from: TTMSFNCCustomComponent
Implements: ITMSFNCProductInfo
Syntax
TTMSFNCCustomPopupTouchKeyboard = class(TTMSFNCCustomComponent, ITMSFNCProductInfo)
Properties
| Name | Description |
|---|---|
| Keyboard | The hosted TTMSFNCTouchKeyboard shown inside the popup. |
Methods
| Name | Description |
|---|---|
| GetVersionNr | Returns the integer component version number. |
| HideKeyboard | Hides the popup keyboard. |
| ShowKeyboard | Shows the popup keyboard. |