Einzelnen Beitrag anzeigen

Benutzerbild von Bernhard Geyer
Bernhard Geyer

Registriert seit: 13. Aug 2002
17.171 Beiträge
 
Delphi 10.4 Sydney
 
#4

Re: Zwei Komboboxen synchronisieren

  Alt 10. Jun 2005, 14:05
Delphi-Quellcode:
if Sender = ComboBox1 then
  ComboBox2.ItemIndex := ComboBox1.ItemIndex
else
  ComboBox1.ItemIndex := ComboBox2.ItemIndex;
Windows Vista - Eine neue Erfahrung in Fehlern.
  Mit Zitat antworten Zitat