On Sun, 27 Mar 2016, Ryan Joseph wrote:
> Great, thanks Michael.
>
> I had another idea. Is it really required to subclass TPersistent for RTTI information or can I just use {$M+} on the units that I need and leave the class hierarchy the same?
Using
{$M+}
For classes that need RTTI is sufficient. I do this myself.
Michael.