can i iterate through object properties.

  • Thread starter Thread starter hazz
  • Start date Start date
H

hazz

i'd like to iterate through the public properties of a class.

eg.
for i = 0 to someArrayList.Count
for j = first public property of a Class to the Last public property of
a Class '?????
if someArrayList.name.text = object[?].name
...do something...
end if.

thanks,
-hazz
 
Back
Top