Tagged Questions
2
votes
2answers
529 views
Delphi 2009 - Handle when window is restored via double clicking the SysMenu?
I need to handle when the user restores the form by double clicking the title bar. I tried handling the WM_SYSCOMMAND window message however this only works if the user restores the form via clicking ...