Request: Support fields with Rtti

At this moment, RTTI supports Types, Methods and Properties.
To implement a seamless way of doing serialization / deserialization, the Field Info is required as with this info any state of an object can be saved and restored.

Implementation as it is in Delphi: Run-Time Operations on Types - RAD Studio

We’ll have to see if this is available consistently on all platforms., since RTL2 Reflection is just a wrapper on top of the platforms…

1 Like

Thanks, logged as bugs://85489

bugs://85489 got closed with status fixed.