> On Oct 10, 2023, at 4:18 PM, Adriaan van Os via fpc-pascal > <[email protected]> wrote: > > Interesting ! If I am correct, the docs referred to at > <https://gitlab.com/freepascal.org/fpc/source/-/issues/38964> say > > ; visibility-clause: > ; METHODS|PROPERTIES|FIELDS (visibility-expression) > > Does that mean that the "extended RTTI" branch supports RTTI for fields ?
Yes, it should be compatible with Delphi so all fields with the specified visibility will be available at runtime. Regards, Ryan Joseph _______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
