Problem "Free sDBCombobox or sCombobox" Root › Technical support › Troubleshooting This topic has 2 replies, 2 voices, and was last updated 12 years, 1 month ago by BuzzLeclaire. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts October 1, 2012 at 7:13 pm #35375 BuzzLeclaireParticipant Hello, Free function generates an error AccessViolation. Try 1) Install the following components: – sDBComboBox or sComboBox, – DBCombobox or Combobox (components origin) – sDBLookupCombobox in a new Forms. 2) Use the following procedure related to a TButton Code: procedure TForm1.sButton1Click(Sender: TObject); begin DBComboBox1.Free; // ok sDBLookupComboBox1.Free; // ok sDBComboBox1.Free; //error end Thank you for your help. October 5, 2012 at 6:13 am #49108 SupportKeymaster Hello! Which version of Delphi do you use? I can't reproduce it, can you send me an example, please? October 10, 2012 at 7:34 pm #49132 BuzzLeclaireParticipant Hello, I use delphi 2009. I changed my method. I use a TsPanel as Parent and i have no problem. thx Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting