Hi Carlos, If you look inside manualtests/GenericTests and in particular at the reflection unit tests it should give you some (hopefully) good examples.
e.g. ReflectionTesterTest [1] 1. https://git-wip-us.apache.org/repos/asf?p=flex-asjs.git;a=blob_plain;f=manualtests/GenericTests/src/flexUnitTests/reflection/ReflectionTesterTest.as;hb=refs/heads/develop On Sat, Jan 14, 2017 at 2:00 PM, Carlos Rovira <carlosrov...@apache.org> wrote: > Hi, > > where I can learn to use the Reflection API? > > I want to introspect a object an get the properties and its corresponding > values > > If I make a for loop as normal I get lots of functions and see > > FLEXJS_REFLECTION_INFO > > I assume that's the work done by the reflection API, but can't find any > documentation or example on how to use > > Thanks > > -- > Carlos Rovira > http://about.me/carlosrovira >