Thanks Lupp. I am using mri with some limits because under linux I can’t see the menus of mri and this technique (MRI menus not working) I can’t make it work
By combining getPropertyValue, getPropertySetInfo and the four lines of code from my comment yesterday, you should already be able to indirectly access almost all the properties / methods of an object.
And this already allows you to filter objects in a programmed and parameterized way during an access using enumeration
The introspection and introspectionAccess objects and their interfaces are powerful but not immediate to use
For example, the hasProperty method in introspectionAccess tells me that the “string” property of a paragraph exists, but hasPropertyByName from getPropertySetInfo tells me otherwise (and in fact the value must be obtained with the getString () method)