TsDecimalSpinEdit only recornized a comma and not a point

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68949
    RJ
    Participant

    I using version 15.09 on Delphi 7

    Is it possible that this component can work with keystroke comma and point.
    This is working now in the TAdvSpinEdit from TMS and is verry usefull because a Numpad on a Keyboard only has a Point key.

    Or is there a workaround?

    Kind Regards
    Robert

    #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 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.