简体   繁体   中英

Inputbox NumericKey and Password char Firemonkey Delphi xe5

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM