Results 1 to 5 of 5

Thread: How to disable min/max limit of TFloatSpinEdit?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    It is pretty easy to ctrl-click navigate through the source code. Mainly TCustomFloatSpinEdit.SetValue() that you see goes to TCustomFloatSpinEdit.UpdateControl() which directly does FValue := GetLimitedValue(FValue); with no conditions checking. GetLimitedValue() code is also very direct about what it does.

  2. #2
    Very good point. I should've taken a look at the source, instead of just asking.

    Seems that I need to start looking into the source, instead of just asking after the documentation has let me down. Keep in mind that I'm used to the comfort of the documentation Delphi offers.
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •