Author Topic: Iterate through listbox items  (Read 3573 times)

0 Members and 1 Guest are viewing this topic.

Guest

  • Guest
Iterate through listbox items
« on: October 26, 2007, 12:26:45 PM »
What's the best way to iterate through all of the items in a listbox?

I don't see a VBA-ish :? ListCount for ODCL so how do you accomplish this in an ODCL ListBox??

Guest

  • Guest
Re: Iterate through listbox items
« Reply #1 on: October 26, 2007, 01:06:36 PM »
I think I'm getting closer... I've found the GetCount method.