Jump to content

UniComboBox MaxLength


multimesut

Recommended Posts

Merhaba, UniComboBox'un MaxLength kısmını çalıştıramadım. 2 olarak ayarlıyorum fakat daha fazla değer girilebiliyor. 1.0.0.1420 sürümünü kullanıyorum ve aşağıdaki gibi ayarlı. Sorun ne olabilir?

        object UniComboBox6: TUniComboBox
          Left = 142
          Top = 17
          Width = 55
          Hint = ''
          MaxLength = 2
          Text = '00'
          Items.Strings = (
            '00'
            '05'
            '10'
            '15'
            '20'
            '25'
            '30'
            '35'
            '40'
            '45'
            '50'
            '55')
          TabOrder = 4
        end
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...