Board index » delphi » Mask editing in TStringGrid
TMA
![]() Delphi Developer |
Wed, 17 Apr 2002 03:00:00 GMT
Mask editing in TStringGrid
I'd like to use a mask in TStringGrid cells to allow users to type a numbers
with decimals. If i set a mask like '9990.00', it works fine if the user fills ALL the I could format the text when the user leaves the cell, but the OnSetTextEdit The solution would come if the numeric characters could be inserted on the For example, if the mask is '990.00', we should have the following efects: Is there an easy way to fix this problem? |