ListView: GetCount CountItem

Started by fred_tomke · 2008-05-23 07:19 UTC · 2 replies · SMF topic #349

Hello,

who could be so nice to give me an idea about differences between 2 Methods of ListView:

dcl_ListView_GetCount

This method returns number of items or rows in a ListView control.

dcl_ListView_CountItems

This method will return total number of items in the ListView control.

Looks that it could be nearly the same?

Fred
CountItems should be removed from the .mth file (it does the same thing as GetSelCount -- returns the number of selected items).
I've done it, thanks.

Fred