1

How to display tabtip in numeric mode programatically with delphi?

I need the virtual keyboard, tabtip, to be shown with only numbers when the focus is on a text editing decimal type.

Daniel
  • 2,355
  • 9
  • 23
  • 30
  • FireMonkey does not allow you to specify the editing mode when displaying the virtual keyboard manually. The `TEdit.KeyboardType` property dictates what editing mode is used when the virtual keyboard is displayed when the `TEdit` has input focus. – Remy Lebeau May 22 '18 at 20:13
  • I have a tablet windows 10 which has to run an application with numeric input fields – Antonio Ribeiro May 22 '18 at 20:36
  • 1
    It is the responsibility of the input fields to specify what type of keyboard input they expect – Remy Lebeau May 22 '18 at 20:47
  • Okay, but I need when the numerical type field receives the focu, show the virtual keyboard of windows 10 (TabTip) with only the numbers. – Antonio Ribeiro May 23 '18 at 12:20
  • Is there something in my earlier comments that is unclear to you? You are approaching this issue the wrong way. You are not suppose to display the keyboard manually, the input field is. You are not supposed to configure the keyboard edit mode manually, the input field is. – Remy Lebeau May 23 '18 at 14:11
  • Related: [Windows 8 Desktop App: Open tabtip.exe to secondary keyboard (for numeric textbox)](https://stackoverflow.com/questions/15646684/) – Remy Lebeau May 23 '18 at 14:45

0 Answers0