[Lazarus] How well should Lazarus check method parameters?
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Feb 23 10:51:34 CET 2012
On Thu, 23 Feb 2012 09:17:10 +0000
Mark Morgan Lloyd <markMLl.lazarus at telemetry.co.uk> wrote:
> Mattias Gaertner wrote:
>[...]
> I might be missing something to my discredit, but this *is* in the
> TListForm:
Is this in the Lazarus sources?
> type
>
> { TListForm }
>
> TListForm = class(TForm)
> Bevel1: TBevel;
> DialogFind: TFindDialog;
> DialogFont: TFontDialog;
> MenuItem1: TMenuItem;
> ..
> procedure FormCloseQuery(Sender: TObject; CanClose: boolean);
> ..
> public
> { public declarations }
> GlobalState: TGlobalState;
> end;
>
> var
> ListForm: TListForm;
>
> Comments in the code suggest that I was using whatever version was
> current in around '06 or possibly a bit older.
Mattias
More information about the Lazarus
mailing list