RE: [WIN] What's my issue?
- Posted by Matthew Lewis <matthewwalkerlewis at YAHOO.COM> Mar 02, 2001
- 492 views
> -----Original Message----- > From: Vincegg at AOL.COM [mailto:Vincegg at AOL.COM] > Looking at the getLVItemText function I wonder why the id variable is > required since it's not used within the function. Perhaps > that is what is > wrong? How does the function know which ListView's data it's > supposed to > look at? It got me wondering. No, it's not really necessary. I'm pretty sure I had it in there for possible future compatibilty with getText. ListView item id's are separate from control id's. Part of the data stored is what ListView the item belongs to, but it's not necessary to fetch the text. This is because Win32Lib stores the text for each item for windows. Whenever windows needs the text, it asks Win32Lib. Matt Lewis