Registriert seit: 13. Aug 2002
17.197 Beiträge
Delphi 10.4 Sydney
|
Re: Zwei Komboboxen synchronisieren
10. Jun 2005, 15:05
Delphi-Quellcode:
if Sender = ComboBox1 then
ComboBox2.ItemIndex := ComboBox1.ItemIndex
else
ComboBox1.ItemIndex := ComboBox2.ItemIndex;
Windows Vista - Eine neue Erfahrung in Fehlern.
|