Delphi Firemonkey TStringGrid TCurrencyColumn KeyboardType change

  

I developed an android application with Delphi FireMonkey which uses many input fields. Users need to change some data in TStringGrid while calculating something. So I used TCurrencyColumn for numeric digits.

Question: Actually it works in some devices but some of devices are not have any “point” button in Virtual Keyboar so I need to change the Virtual Keyboard Type when user starts to editing TCurrencyColumn in TStringGrid. Is it possible or has any different clue? (In other words I can type Integer values but not Float values.)

Also: Maybe I can manage all numeric values and I can handle the last two digits (etc. 25.50 or 250.50). Could this idea be a quick solution for me?

Thanks.

Comments are closed.