[fpc-devel] Interface usage causes FPC to crash
Sergei Gorelkin
sergei_gorelkin at mail.ru
Fri Nov 30 14:39:15 CET 2012
30.11.2012 17:20, David Ballesteros пишет:
> Hi,
>
> Im interested on known the answers to Graeme questions.
>
Delegation to interface-type properties is fully supported.
Delegation to class-type properties is supported, but it requires the delegate class to implement
the interface (this requirement is absent in Delphi).
Method resolution also works, but it is mutually exclusive with delegation.
The crash at compilation of course needs to be fixed.
Regards,
Sergei
More information about the fpc-devel
mailing list