OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on May 23, 2008, 12:19:49 AM

Title: ListView: GetCount CountItem
Post by: Fred Tomke on May 23, 2008, 12:19:49 AM
Hello,

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

dcl_ListView_GetCount
[Desc]
This method returns number of items or rows in a ListView control.

dcl_ListView_CountItems
[Desc]
This method will return total number of items in the ListView control.

Looks that it could be nearly the same?

Fred
Title: Re: ListView: GetCount CountItem
Post by: owenwengerd on May 23, 2008, 01:24:49 PM
CountItems should be removed from the .mth file (it does the same thing as GetSelCount -- returns the number of selected items).
Title: Re: ListView: GetCount CountItem
Post by: Fred Tomke on May 24, 2008, 12:15:29 AM
I've done it, thanks.

Fred