des was Items.Text macht, hätte man auch selber machen können
quasi etwa so:
Delphi-Quellcode:
S := '';
For i := 0 to DriveCombobox1.Items.Count - 1 do
S := S + DriveCombobox1.Items[i] + ',';
Memo1.Lines.Add(S);
Ein Therapeut entspricht 1024 Gigapeut.