TsComboBox dropdown list refresh

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #70242
    Support
    Keymaster

      Hi
      Do you need to update a list of items?
      Can you share a small demo-app? It will help to find a solution faster.

      #70249
      Stephane Senecal
      Participant

        I supose he uses it as a filter. More you type less item there is in the list.
        That’s what I would do.

        Stephane Senecal
        CIS Group
        Delphi programmer since 2001

        #70250
        Support
        Keymaster

          Thank you. I will add a solution for dynamic updating of the popup window after Items changing.

          #70434
          Jin
          Participant

            Hi, is it possible to turn off this dynamic update, because it hangs up the applications if items is to much?

            #70440
            Support
            Keymaster

              Hello!
              You tried such code there?

                sComboBox1.Items.BeginUpdate;
              ... Updating items ...
                sComboBox1.Items.EndUpdate;
            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.