i want use numericKeypad and Password input on "inputbox" Function. android and ios. (Firemonkey Delphi XE5)
eg. str:=inputbox('pass','pass','pass')
but only show on device multiple keyboard layout. Please solution. Thanks...
i want use numericKeypad and Password input on "inputbox" Function. android and ios. (Firemonkey Delphi XE5)
eg. str:=inputbox('pass','pass','pass')
but only show on device multiple keyboard layout. Please solution. Thanks...
InputBox doesn't offer a choice of which keyboard you use, whether it's the FMX.Dialogs.InputBox or VCL.Dialogs.InputBox version. It's a standardized function that uses the standard keyboard layout.
If you want different behavior, use a different method to get the input. Design your own form that supplies the specialized behavior and show it to get the input from the user.