简体   繁体   中英

Delphi FMX StringGrid how to change the keyboardtype to numeric

Using Delphi 11.1 FireMonkey Hello I would like to change the keyboardtype of a stringgrid column to mumeric (for Android). Could someone please help me with that? Thanks! Ad

IDE or Runtime ?

  • IDE use another column type

  • Runtime if you create the column then create it as a TIntegerColumn, TcurrencyColumn or TFloatColumn (depending of "mumeric" ;-) means for you) and not a simple TColumn (default is TStringColumn).

By the way, if somebody knows the way to change a TColumn to a specific type at runtime I should appreciate the tip

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