Registriert seit: 17. Nov 2003
Ort: Langenbrettach
99 Beiträge
|
Re: ListBox Items
30. Nov 2003, 22:48
Code:
if ListBox1.ItemIndex<ListBox1.Items.Count-1 then
Naechster_Titel = ListBox1.Items[ListBox1.ItemIndex+1]
else
//am Ende
T. Dieffenbach "Delphi"-Version: Lazarus 0.9.22
Was ist der Unterschied zwischen Bill Gates und Gott?
-->Gott hält sich nicht für Bill Gates!
|