Runtime.IterateObjects

From Xojo Documentation

Method

Runtime.IterateObjects() As Runtime.ObjectIterator

New in 2008r4

Supported for all project types and targets.

Iterates over the objects in the runtime environment. Use it to get the TypeInfo for each object. See the ObjectIterator class for an example.