A popup version of TTMSFNCTouchKeyboard.
Properties
| Property name |
Description |
| AutoCapsDisplay: Boolean |
If turned on, the keyboard will show key text in uppercase when caps is on. |
| HighlightAltGr: TTMSFNCGraphicsColor |
Sets the highlight color for the available alt keys. |
| HighlightCaps: TTMSFNCGraphicsColor |
Sets the highlight color for the available capital keys. |
| KeyboardType: TTMSFNCKeyboardType |
Selects one of the predefined keyboard types. |
Methods
| Method name |
Description |
| ShowKeyboard |
Shows the keyboard on the cursors position. |
| HideKeyboard |
Hides the visible keyboard programmatically. |
Events
| Event name |
Description |
| OnClose |
Event triggered when the popup keyboard closes. |
| OnDrawKey |
Event triggered when a key on the keyboard is drawn. |
| OnKeyboardCreated |
Event triggered after the internal keyboard is created and before it is shown. |
| OnKeyClick |
Event triggered when a key on the keyboard is clicked. |
| OnKeyDown |
Event triggered when a mouse is down on a key. |
| OnShow |
Event triggered when the popup keyboard is shown. |