Hi,

I am currently using FPC 2.0.2 with Lazarus.  Does FPC have support
for implementing interfaces by delegation.

I keep getting the error:

TreeBuildVisitor.pas(115,51) Fatal: Syntax error, ";" expected but
"identifier IMPLEMENTS" found

which I guess tells me that FPC doesn't support "implements" yet.


Code sample:
property MyInterface: IMyInterface read FMyInterface implements IMyInterface;

Regards,
 - Graeme -

--
There's no place like 127.0.0.1
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to