TsComboBox dropdown list refresh Root › Technical support › Tricks This topic has 5 replies, 3 voices, and was last updated 3 years, 6 months ago by Support. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts August 6, 2021 at 11:57 am #70242 SupportKeymaster 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. August 9, 2021 at 10:02 pm #70249 Stephane SenecalParticipant 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 August 12, 2021 at 3:34 pm #70250 SupportKeymaster Thank you. I will add a solution for dynamic updating of the popup window after Items changing. October 27, 2021 at 1:15 pm #70434 JinParticipant Hi, is it possible to turn off this dynamic update, because it hangs up the applications if items is to much? November 1, 2021 at 6:44 am #70440 SupportKeymaster Hello! You tried such code there? sComboBox1.Items.BeginUpdate; ... Updating items ... sComboBox1.Items.EndUpdate; Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks