Einzelnen Beitrag anzeigen

Benutzerbild von maximus Caesar
maximus Caesar

Registriert seit: 26. Sep 2004
Ort: Biberach
319 Beiträge
 
Turbo Delphi für Win32
 
#1

Objekt durch String finden

  Alt 12. Mär 2006, 15:57
Hallo!
Ich habe jetzt z.B. diesen Programmtext:
Delphi-Quellcode:
  Combobox9.Items:=ComboBox8.Items;
  Combobox10.Items:=ComboBox8.Items;
  Combobox11.Items:=ComboBox8.Items;
  Combobox12.Items:=ComboBox8.Items;
  Combobox13.Items:=ComboBox8.Items;
  Combobox14.Items:=ComboBox8.Items;
  Combobox15.Items:=ComboBox8.Items;
  Combobox16.Items:=ComboBox8.Items;
  Combobox17.Items:=ComboBox8.Items;
  Combobox18.Items:=ComboBox8.Items;
  Combobox19.Items:=ComboBox8.Items;
  Combobox20.Items:=ComboBox8.Items;
  Combobox21.Items:=ComboBox8.Items;

  ComboBox9.ItemIndex:=0;
  ComboBox10.ItemIndex:=0;
  ComboBox11.ItemIndex:=0;
  ComboBox12.ItemIndex:=0;
  ComboBox13.ItemIndex:=0;
  ComboBox14.ItemIndex:=0;
  ComboBox15.ItemIndex:=0;
  ComboBox16.ItemIndex:=0;
  ComboBox17.ItemIndex:=0;
  ComboBox18.ItemIndex:=0;
  ComboBox19.ItemIndex:=0;
  ComboBox20.ItemIndex:=0;
  ComboBox21.ItemIndex:=0;
Jetzt möchte ich das ganze zusammenfassen. Ich habe hier schon von einer Möglichkeit gelesen, finde es aber nicht mehr.

Es ging so, das man einen string bildet, ein objekt sucht, das so heißt wie der string und dann die eigenschaft des objekts verändert.
kann mir jemand schreiben wie das geht?
  Mit Zitat antworten Zitat