patspiper schrieb:

No, FormClose() isn't called when modal form is hidden via Hide();

Correct

, so form still exists and it can be called with ShowModal() or Show() again.

I beg to differ here as Showmodal should not exit unless the modal form is closed.

A modal form (dialog) can be used to accept multiple user entries (filename...). Then the form object must stay alife until the application has read all entries. That's why a modal form only hides itself on exit.

DoDi


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to