Forum Discussion

finae's avatar
finae
Contributor
9 years ago
Solved

Getting all child's child's etc. object's property values

Hi,   I was testing to see if i can a complete list of properties/value for my desktop application , doing it manually would basically take .. along time so i thought creating a function that call ...
  • Marsha_R's avatar
    9 years ago

    You need to keep track of childObj so you can go back to the next one when you've been down one tree.  You're resetting it every time so by the time you get to the end of the first tree, you have no where else to go.

     

    Just curious, what will this list be used for?