Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.291 Beiträge
Delphi 12 Athens
|
Re: Listbox item select
14. Nov 2003, 14:52
Bitte:
Delphi-Quellcode:
For I := 0 to ListBox1.Items.Count - 1 do
If ListBox1.Selected[I] Then
ListBox2.Items.Add(ListBox1.Items.Strings[I]);
Ein Therapeut entspricht 1024 Gigapeut.
|