[fpc-devel] implementing interfaces by delegation

Graeme Geldenhuys graemeg.lists at gmail.com
Fri May 12 12:01:26 CEST 2006


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


More information about the fpc-devel mailing list