<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Anthony Walter via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Sa., 27. Aug. 2022, 15:07:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Ah, it seems the problem is even in {$mode delphi} you must use {$modeswitch typehelpers} to define a type helper for an interface. </div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Delphi doesn't support interface helpers, so I don't know whether they'd use "class helper",  "record helper"  or even "interface helper". Thus it's only supported with type helpers which are generally available in mode Delphi with the typehelpers modeswitch. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>