Einzelnen Beitrag anzeigen

Benutzerbild von Gollum
Gollum

Registriert seit: 14. Jan 2003
Ort: Boxberg
456 Beiträge
 
Delphi 10.1 Berlin Professional
 
#3

Re: Problem mit ComboBox.Text im OnChange Event

  Alt 16. Jan 2006, 10:44
Hallo,

Du darfst in diesem Fall nicht ComboBox.Text nehmen, sondern ComboBox.Items.
Worin der Unterschied besteht, siehe
Delphi-Quellcode:
  ComboBox.Items[ComboBox.ItemIndex]:=IntToStr(ComboBox.ItemIndex+1);
  // ComboBox.Update;
  Mit Zitat antworten Zitat