Hi,
I designed an interface with several main windows (based on TGMainWindow).
I would like to know if it is possible, when one of the window is iconified, to make it show up from code functions ?
I tried different finctions, without success: RaiseWindow(), SetWMState()…
I did not find anything else in the documentation.
Thanks a lot.
Actually, this works if the window is first unmapped, otherwise not.
In addition, to get it back at its previous position, the following code seems to do the job: