if FileExists('file.txt') then ComboBox1.Items.LoadFromFile('file.txt');
ComboBox1.Items.SaveToFile('file.txt');