Board index » delphi » Show a MDIChild form like form.ShowModal

Show a MDIChild form like form.ShowModal

In the previous, all the form in my project is Normal form.
Now, I'm going to change all form to MDIform.
Is there any way to show a child form like normal's ShowModal.
 

Re:Show a MDIChild form like form.ShowModal


Next time, try another NG(Delphi.vcl.component.using for ex.)

There is no way to make a child form to be modal and moreover, it will have
no sense.
What are you planning to do?

Stephen

Algorithms <chun...@pl.jaring.my> a crit dans le message :
01bea859$8e78f500$1097bcca@chungee...

Quote
> In the previous, all the form in my project is Normal form.
> Now, I'm going to change all form to MDIform.
> Is there any way to show a child form like normal's ShowModal.

Re:Show a MDIChild form like form.ShowModal


In the previous, I do my Application is using normal form. I using
showModal to waiting for some return value.
After that my lecturer want me to change the main form to MDI Form, other
change to child form. So, because I want to wating other child form to
return some value. So if there is no way to make a child form to be
ShowModal, I have to change my program coding again.

ROUX Stephen <stephen.r...@worldonline.fr> wrote in article
<7ikbvj$5...@forums.borland.com>...

Quote
> Next time, try another NG(Delphi.vcl.component.using for ex.)

> There is no way to make a child form to be modal and moreover, it will
have
> no sense.
> What are you planning to do?

> Stephen

> Algorithms <chun...@pl.jaring.my> a crit dans le message :
> 01bea859$8e78f500$1097bcca@chungee...
> > In the previous, all the form in my project is Normal form.
> > Now, I'm going to change all form to MDIform.
> > Is there any way to show a child form like normal's ShowModal.

Other Threads