[Lazarus] Cosmetic issue about new empty project
Howard Page-Clark
hdpc at talktalk.net
Thu Aug 25 18:27:03 CEST 2016
On 25/08/16 16:58, silvioprog wrote:
> Some days ago we got the following empty form for a new created project:
>
> 1)
>
> TForm1 = class(TForm)
> private
> { Private declarations }
> public
> { Public declarations }
> end;
>
> However, in Lazarus from trunk:
>
> 2)
>
> TForm1 = class(TForm)
> private
>
> public
>
> end;
See the forum discussion:
http://forum.lazarus.freepascal.org/index.php/topic,33730.msg219103.html#msg219103
More information about the Lazarus
mailing list