Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi List Box Item Texte abfragen (https://www.delphipraxis.net/147532-list-box-item-texte-abfragen.html)

Bent1995 10. Feb 2010 21:43


List Box Item Texte abfragen
 
Hallo,

Ich habe ein Programm programmiert, welches nach und nach ein Item in einer List Box markiert. Jedoch habe ich nun das problem das ich den Text dieses Items nicht abfragen kann also ich meine gibt es so etwas wie ListBox1.SelectedItem.Text???

Ich weiß wirklich nicht weiter...

Vielen dank schonmal für eure Antworten!

mfg Bent

Luckie 10. Feb 2010 21:46

Re: List Box Item Texte abfragen
 
Delphi-Quellcode:
s := Listbox1.Items[Listbox1.ItemIndex];


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:43 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz