[fpc-devel] getting error, after publishing property

Martin lazarus at mfriebe.de
Fri Feb 17 16:15:13 CET 2012


I have some code, and an error, that I can not explain (fpc 2.4.4 and 2.6)

the base class defines
   public
      property Editor: TCustomSynEdit read GetEditor write SetEditor;

in the inherited class, I can access Editor (of course I can)

but I add
   published
     property Editor: TCustomSynEdit;

in the inherited class
and I get this error:

B:\lazarus_latest\components\synedit\synpluginsyncroedit.pp(1099,53) 
Error: No member is provided to access property

No Idea why....
(clean compile...)



More information about the fpc-devel mailing list