[Lazarus] Setting ModalResult

Salvatore Coppola coppolastudio at gmail.com
Wed Mar 14 17:45:47 CET 2012


2012/3/14 Mattias Gaertner <nc-gaertnma at netcologne.de>:
>
>
>
> Salvatore Coppola <coppolastudio at 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

My apologie for misleading!

>
>
>
>
>
> 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.
>
Clear, thx
>
> Mattias
>
>
>
>
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>




More information about the Lazarus mailing list