Board index » delphi » Tcombobox
Eoyore
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Tcombobox
I have a Tcombobox on a form.
At form activate event I fill the listbox. Then I use the code ComboBox1.Text := ComboBox1.Items[0]; to specify a value. The problem is I have edit1 linked to the I thought about messing with dropdown method I saw If there is an easy way, I'd be interested to hear it. There usually is another way to do something. Thanks |