Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi ListBox Abfrage (https://www.delphipraxis.net/35157-listbox-abfrage.html)

JSB 3. Dez 2004 10:57


ListBox Abfrage
 
Wie kann ich in einer ListBox abfragen ob ein eintrag (nicht nur der selectierte) der Caption einer LabelComponente gleich ist? :gruebel:

Orbmu2k 3. Dez 2004 11:02

Re: ListBox Abfrage
 
Delphi-Quellcode:
if Listbox.Items.IndexOf(Label.Caption) <> -1 then ... ;


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:41 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