TRzSpinEdit always readonly?

Viewing 2 reply threads
  • Author
    Posts
    • #1558
      Matthias
      Participant

        Hi,

        I am using the latest Delphi version and latest updates from GetIt. When I use TRzSpinEdit, I can use up/down buttons to change the value, but edit the value directly I do not get to work (“ReadOnly” is not checked). Even just dropping the component on a new form and running it does not allow numeric edits.

        Am I misunderstanding this component?

        Thank,
        Matthias

      • #1560
        Ray Konopka
        Keymaster

          Hi Matthias,

          That behavior is by design. To allow editing of the value with the keyboard, you need to set the AllowKeyEdit property to True.

          Ray

        • #1562
          Matthias
          Participant

            Hi Ray,

            this did the trick, >many< thanks!

            Matthias

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.