How can I show the keypad (type vktNumberPad) with decimal for input, with Delphi in android

岁酱吖の 提交于 2019-12-08 06:32:15

问题


As would

edit.setInputType (InputType.TYPE_CLASS_NUMBER | InputType.TYPE_NUMBER_FLAG_DECIMAL | InputType.TYPE_NUMBER_FLAG_SIGNED)

In Delphi XE5.

I only see how to select the keyboard type vktNumberPad, but does not show the decimal.

来源:https://stackoverflow.com/questions/19274897/how-can-i-show-the-keypad-type-vktnumberpad-with-decimal-for-input-with-delph

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!