in Delphi TIPS :: The WM_SYSCOMAND can be used to trap the restore window operation. When the form is maximized the "Maximize" button changes its look and operation. Clicking the restore button restores the window to its previous (normal, before it was maximized) position and size. By overriding (changing) the default "restore" action, you can for example, create a Delphi form that can be only mimimized or maximized.
Read the full article to learn How to Override Delphi Form's Restore Operation?
Related:
Comments
No comments yet. Leave a Comment

