![]() |
Prüfen ob Item in Listbox ausgewählt ist
Hallo,
wie kann man überprüfen ob ein Item in einer Listbox markiert ist???? danke im voraus |
Re: Listbox problem
Moin Milan,
schau Dir mal die Eigenschaft TListBox.Selected an. |
Re: Listbox problem
Sowas ?
Delphi-Quellcode:
if ListBox1.ItemIndex > 0 then // ...is was ausgewählt
|
Re: Listbox problem
turboPASCAL meinte:
Delphi-Quellcode:
:)
if ListBox1.ItemIndex > -1 then // ...is was ausgewählt
|
Re: Listbox problem
Meinte er.
|
Re: Listbox problem
danke
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:19 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz