[Lazarus] Code completion question

Ondrej Pokorny lazarus at kluug.net
Wed Jan 27 00:14:38 CET 2016


On 26.01.2016 23:39, Ondrej Pokorny wrote:
> + What bugs me even more is that protected methods are not available 
> with the inherited keyword:
>
> procedure TMyClass2.Foo;
> begin
>   inherited Proc // CodeTools do not list Proc that is in protected 
> section of parent class from different unit. It works without the 
> "inherited" keyword, though
> end;
>
> I have to check why.

Fixed this one in r51425. Hopefully with no regressions.

Ondrej




More information about the Lazarus mailing list