![]() |
Re: Listview checkbox
Zitat:
|
Re: Listview checkbox
It will only show how much are checked but not index of every checked item :?
|
Re: Listview checkbox
Delphi-Quellcode:
for i := 0 to ListView1.Items.Count - 1 do begin
if ListView1.Items[i].Checked then List_With_Indices.Add(i); //you have to implement this yourself end; |
Re: Listview checkbox
Does anyone know any good event component like alaram or something?
|
Re: Listview checkbox
New question -> new thread ;)
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:40 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-2025 by Thomas Breitkreuz