Re: [Lazarus] TCheckLisBox and SelCount

2020-08-04 Thread Sven Barth via lazarus
frans via lazarus  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


Re: [Lazarus] TCheckLisBox and SelCount

2020-08-04 Thread Alexey Tor. via lazarus

http://docwiki.embarcadero.com/Libraries/Sydney/en/Vcl.CheckLst.TCheckListBox_Properties

It is Delphi compatable?

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] TCheckLisBox and SelCount

2020-08-04 Thread frans via lazarus

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?


--
mvg
Frans van Leeuwen
M 06-51695390


--
Deze e-mail is gecontroleerd op virussen door AVG.
http://www.avg.com

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus