TsDecimalSpinEdit only recornized a comma and not a point

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #68961
    Support
    Keymaster

      The TsDecimalSpinEdit component uses system formatting now.
      I will think, maybe using of both symbols will be added soon with a new property.

      As a quick solution, you can change separator in a system configuration:

      FormatSettings.DecimalSeparator := '.';

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.