Re: [Lazarus] checklistbox: row checked, count row checked, enumerator and loop

2010-12-19 Thread Alexander Klenin
On Sun, Dec 19, 2010 at 20:52, Sven Barth wrote: > On 19.12.2010 11:10, ugaciaka wrote: >> 2. if  possibile show if a  row is checked if used enumerator (without >> using checlistbox.checked[i] in if statment)? I use enum := >> checlistbox.items.getenumerator and in a loop while enum.movenext but

Re: [Lazarus] checklistbox: row checked, count row checked, enumerator and loop

2010-12-19 Thread Sven Barth
On 19.12.2010 11:10, ugaciaka wrote: Hi, 1. in checlistbox component existing property o function that show total row checked? No, that's not possible. You need to do this manually. 2. if possibile show if a row is checked if used enumerator (without using checlistbox.checked[i] in if sta

[Lazarus] checklistbox: row checked, count row checked, enumerator and loop

2010-12-19 Thread ugaciaka
Hi, 1. in checlistbox component existing property o function that show total row checked? 2. if possibile show if a row is checked if used enumerator (without using checlistbox.checked[i] in if statment)? I use enum := checlistbox.items.getenumerator and in a loop while enum.movenext but existi