TDBAdvmoneyedit Decimal separator

In Italy, the numeric keypad of 99% of keyboards has the "." point as a separator value.
Even if the decimal separator is visually the ", " comma, consequently respecting the rules of international settings, it is not possible to type a decimal value using the keypad alone, because by pressing the point the cursor does not move to the decimals.
To overcome this, we usually make a rule where we convert the point into a comma, so that the decimal separation is obtained both by pressing the point and the comma,
does this component provide something similar?
Otherwise we cannot use it.

Thanks
Antonio Vinci

  1. Do you have DBAdvMoneyEdit.Precision > 0 (controls the nr. of decimals that can be entered)
  2. If behavior of entering the decimal separator should be the same as in Excel, set DBAdvMoneyEdit.ExcelStyleDecimalSeparator = true