TTIWchecklistbox

Hi - fairly new to TMS products here...I just recently purchased the TMS Intraweb comp pack.


Regarding the TTIWchecklistbox... is there a way to determine the current number of checked items, besides just manually going through them all and counting them, like:

for i := 0 to MyChecklistbox.Items.Count - 1 do
  begin
  if MyChecklistbox.Selected then
   ...

Thanks,
CW

Hi,


Unfortunately there's currently no way to determine the total number of checked items without iterating through the list of items.