[lazarus] Some Lazarus / LCLbugs found

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Mar 9 13:03:21 EST 2002


On Sat, 09 Mar 2002 14:55:23 +0100
Marc Weustink <marc at dommelstein.net> wrote:

> >Fixed?
> 
> Nope, I thought that it was more generic, but I'll give you myu example
> 
> type
>    TForm1 = class(TForm)
>      Button1: TBUTTON;
>      constructor Create(AOwner: TComponent); override; //[1]
>    private
>      { private declarations }
>    public
>      constructor Create(AOwner: TComponent); override; //[2]
>    end;
> 
> 
> [1] will complete the class (or to be clearer) create the implementation
> [2] won't

Ooops. Empty class sections. 
Ok, fixed.


Mattias






More information about the Lazarus mailing list