erdal Posted July 27, 2014 Share Posted July 27, 2014 New combobox, items + value ValCombobox1.AddX('Turkey','006'); // ValComboBox1.ItemIndex:=0; ValCombobox1.clearX; // items and values clear.. ValCombobox1.SavetoFileEx('C:\test.txt'); // Save to file... ValCombobox1.LoadFromFileEx('C:\test.txt');//Load from file.. ValCombobox1.GetSelectedValue; // Returns the value to the value of the selected records... ShowMessage(ValComboBox1.GetSelectedValue); // value shown on the display value mycombobox.rar 1 Quote Link to comment Share on other sites More sharing options...
molla2005b Posted July 28, 2014 Share Posted July 28, 2014 Great work erdal tnx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.