<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">frans via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank" rel="noreferrer">lazarus@lists.lazarus-ide.org</a>> schrieb am Di., 4. Aug. 2020, 09:36:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
The inherited SelCount function of a TCheckListBox counts the selected <br>
items, not the checked items which are the whole purpose of this <br>
component. And there is no other function available. Is this overlooked <br>
or judged as not necessary?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Items can still be selected independent of their checked state (e.g. If the user want to (de)check multiple items at once). </div><div dir="auto"><br></div><div dir="auto">There currently is no CheckedCount or something like that, you need to manually count the elements for which Checked returns True. (Or create a helper to simplify this) </div><div dir="auto"><br></div><div dir="auto">Though you could also file a feature request for such a property to be added. </div><div dir="auto"><br></div><div dir="auto">Regards, </div></div>