That's correct, for the same reason in both case: describeType only
finds properties that were defined at compile time.  It doesn't find
dynamic properties.

If you need to find dynamic properties, you can see them with a "for"
loop, e.g. "for (propname in myObject)".

- Mike Morearty, Adobe Flex Builder team


--- In [email protected], "reflexactions" <[EMAIL PROTECTED]>
wrote:
>
> I just want to confirm if my understanding is correct:
> 
> describeType wont work on a generic Object that is to reveal assigned 
> variables.
> 
> Similarly it wont work on a Dynamic Class to reveal variables that have 
> been dynamically added (as opposed to those in the original class def).
> 
> tks
>


Reply via email to