I am creating a small app (my first in Delphi 7) which takes several values from the user by TEdit and outputs a view calculations. This is all working.
This app is going to be used on a tablet on a fairly small screen, so I don't want to use Windows' on-screen keyboard. I have created a number pad using several buttons for [0 - 9], [.] and [Del].
My goal is to use the number pad to input values in to the TEdits.
My question is, how do I maintain focus on a TEdit whilst pressing a button that sends a value back to it?
NumberPadso that on-screen keyboard will be shown as NumberPad variant instead of recreating the whole on-screen keyboard by yourself? docwiki.embarcadero.com/Libraries/Tokyo/en/…