Zitat von
Sunlight7:
@elk:
Das ergibt mit 100% eine
AV
Man sollte vor dem Einsatz von ListBox1.itemindex prüfen, ob der Wert nicht -1, also nichts markiert, oder Liste leer ist.
Delphi-Quellcode:
If ListBox1.itemindex>-1 then
s:=ListBox1.items[ListBox1.itemindex] else
s:='Nichts markiert';
Edit: Das gleiche gilt auch für Delete, Insert, etc...
Stimmt, sorry hatte ich vergessen zu schreiben!