erdal Posted July 27, 2014 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
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.