GeekArticles
Programming
Delphi
Programming
DelphiHow to Override Delphi Form's Restore Operation?
<p><a Delphi TIPS</i></a> :: The WM_SYSCOMAND can be used to trap the restore window operation. When the form is maximized the 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 action, you can for example, create a Delphi form that can be only mimimized or maximized.</p>
<p>Read the <b>full article</b> to learn <a to Override Delphi Restore Operation?</a></p>
<p><b>Related:</b></p>
<ul Windows Messages</a></li>
<li><a Maximize/Minimize Menu button click</a></li>
<li><a a Password Dialog when Restoring a Delphi Application from the TaskBar</a></li>
</ul>
<p 1px solid to Override Delphi Restore Operation?</a> originally appeared on <a Delphi Programming</a> on Monday, December 21st, 2009 at 02:00:09.</p><p><a | <a | <a to Override Delphi Restore this</a></p>
Read Next: How to Declare Constant Records in Delphi
Related Topics
