Re: [fpc-devel] passrc parser and published property accessors

2010-08-13 Thread Michael Van Canneyt
On Fri, 13 Aug 2010, Graeme Geldenhuys wrote: Hi, It seems that passrc parser doesn't populate the ReadAccessorName and WriteAccessorName correctly on published properties. eg: where a property was defined in a base class, and visibility simply bumped to published in a descendant class. TB

[fpc-devel] passrc parser and published property accessors

2010-08-13 Thread Graeme Geldenhuys
Hi, It seems that passrc parser doesn't populate the ReadAccessorName and WriteAccessorName correctly on published properties. eg: where a property was defined in a base class, and visibility simply bumped to published in a descendant class. TButton = class(TBaseButton) published propert