Autor Beitrag
volvox
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 112

WIN XP
Delphi 7 Personal
BeitragVerfasst: Do 30.08.07 17:27 
Hi, wie bekomm ich aus ner Listbox nochmal einen bestimmten Wert?

Also ich würd erst "Listbox.Itemindex:= " schreiben damit das Programm weis welche Zeile und dann?


Moderiert von user profile iconTino: Topic aus Algorithmen, Optimierung und Assembler verschoben am Do 30.08.2007 um 17:48
Narses
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Administrator
Beiträge: 10183
Erhaltene Danke: 1256

W10ent
TP3 .. D7pro .. D10.2CE
BeitragVerfasst: Do 30.08.07 17:33 
Moin!

ausblenden Delphi-Quelltext
1:
ListBox1.Items.Strings[]					


cu
Narses

_________________
There are 10 types of people - those who understand binary and those who don´t.
volvox Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 112

WIN XP
Delphi 7 Personal
BeitragVerfasst: Do 30.08.07 17:38 
thx
Jakob_Ullmann
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 1747
Erhaltene Danke: 15

Win 7, *Ubuntu GNU/Linux*
*Anjuta* (C, C++, Python), Geany (Vala), Lazarus (Pascal), Eclipse (Java)
BeitragVerfasst: Do 30.08.07 17:46 
Oder einfach ListBox1.Items[...]