daogu
saniao
August 27, 2010
How can define MDI
Filed under : Forms
How i can Define MDI Form in developer,
i.e when child form are exit but MDI not exit.
Answer:could you please be more descriptive.
you can access the forms MDI window using FORMS_MDI_WINDOW
For eg: Set_Window_Property(FORMS_MDI_WINDOW, WINDOW_STATE, MINIMIZE);
Answer:Thanks…
I have more then 1 form ..
when i run each form,and close any one of form
then it will close all forms,
I [...]
Tags : How can define MDI