2012/3/14 Mattias Gaertner <nc-gaert...@netcologne.de>

> **
>
>
>
> Salvatore Coppola <coppolastu...@gmail.com> hat am 14. März 2012 um 11:57
> geschrieben:
>
> > Set in the Object Inspector Borderstyle to bsDialog and the form
> > behavior should be what you need
>
>
>
>
>
>  BorderStyle has nothing to do with ModalResult.
>
>
>
> This is enough to close a modal dialog:
>
>
>
> procedure TForm1.Button1Click(Sender: TObject);
>
> begin
>
>   ModalResult:=mrOk;
>
> end;
>
> Note:
>
> When a button's Modalresult is set, it will do the above when clicked.
>
> Setting the Button1.ModalResult alone will not close the form.
>
>
Curiously, it looks, at the moment, as if upgrading from 0.9.30 to
0.9.30.4RC3 might actually have fixed the issue I was having.
I'll do some more tests, and let you know the results.

Richard


>
>
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to