xojo.introspection... getProperties

Here is my old code:

dim internalProperty() as introspection.propertyInfo internalProperty = introspection.getType(self).getProperties

I’m simply trying to be able to do this using the new xojo.introspection framework. I can’t, for the life of me, figure this out. The documentation doesn’t provide much as far as examples are concerned. Anybody have any experience with this? Thanks!

Dim internalProperty() As xojo.Introspection.PropertyInfo = xojo.Introspection.GetType(Self).Properties()

That did it… thanks, Eli!

You might also want to take a look at the Introspection examples projects here:

  • Examples/Xojo Framework/IntrospectionExample
  • Examples/iOS/Framework/IntrospectionExample