Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi JvDotNetCheckListBox + gewählte Items (https://www.delphipraxis.net/78513-jvdotnetchecklistbox-gewaehlte-items.html)

bwolf 6. Okt 2006 07:52


JvDotNetCheckListBox + gewählte Items
 
Hi all,

sry das ich wegen so nem mist hier extra poste, aber ich schaffs nich ohne euch :stupid:
Also wie man von einer TListBox die gewählten Items ausließt, ist mir klar:

Delphi-Quellcode:
  for i := 0 to lb_test.Items.Count-1 do
  begin
    if lb_test.Selected[i] then
    begin
      ...
    end;
 end;
Allerdings scheint das bei der JvDotNetCheckListBox nicht zu funzen ?!
Kann mir da einer n Tip geben ?
Thx!


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