frans via lazarus <lazarus@lists.lazarus-ide.org> schrieb am Di., 4. Aug.
2020, 09:36:

> Hi,
>
> The inherited SelCount function of a TCheckListBox counts the selected
> items, not the checked items which are the whole purpose of this
> component. And there is no other function available. Is this overlooked
> or judged as not necessary?
>

Items can still be selected independent of their checked state (e.g. If the
user want to (de)check multiple items at once).

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)

Though you could also file a feature request for such a property to be
added.

Regards,
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to