Einzelnen Beitrag anzeigen

EDatabaseError

Registriert seit: 11. Mai 2005
Ort: Göppingen
1.238 Beiträge
 
Delphi 2007 Professional
 
#7

Re: Edit inhalt in eine Combox liste

  Alt 30. Dez 2006, 00:12
Delphi-Quellcode:
var
  I: Integer
begin

for i := 0 to ComboBox1.Items.Count - 1 do
 Form2.Combobox1.Items.Add(ComboBox1.Items[i]);
end;
sollte so funktionieren - auch ungetestet

tobi
Tobias
It's not a bug, it's a feature.
  Mit Zitat antworten Zitat