Anthony Walter via fpc-pascal <fpc-pascal@lists.freepascal.org> schrieb am
Sa., 27. Aug. 2022, 15:07:

> Ah, it seems the problem is even in {$mode delphi} you must use
> {$modeswitch typehelpers} to define a type helper for an interface.
>

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.

Regards,
Sven

>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to