On Thu, 23 Feb 2012 09:17:10 +0000
Mark Morgan Lloyd <[email protected]> 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
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus