Are you sure? Delphi documentation says that $RTTI directive is applicable to specific class or record only:
The $RTTI directive is used to control the amount of extended RTTI (Run-Time Type Information) information that is emitted for a class or record type. The basic idea is to give the developer the power to selectively enable or disable extended RTTI for certain class or record members.
Comments
{$IFDEF LMDCOMP14}
{$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])}
{$ENDIF}