GeekArticles
Programming
Delphi
Programming
DelphiUnderstanding ScreenToClient and ClientToScreen Delphi methods
<p><a Delphi TIPS</i></a> :: <a />
Every Delphi control, descendant of the TControl class, exposes two methods you can use to convert point coordinates: ScreenToClient and ClientToScreen. <br /><br />
In screen coordinates (0, 0) corresponds to the upper left corner of the screen.<br />
<br />In client area coordinates (0, 0) corresponds to the upper left corner of the client area. </p>
<p>Read the <b>full tip</b> to find out <a and how to use ScreenToClient and ClientToScreen</a></p>
<p><b>Related: </b> <a OnMouseOver for Items in a TComboBox.</a> | <a to Move and Resize Controls at Run Time</a> | <a with check boxes and radio buttons </a></p>
<p 1px solid ScreenToClient and ClientToScreen Delphi methods</a> originally appeared on <a Delphi Programming</a> on Friday, October 30th, 2009 at 02:00:41.</p><p><a | <a | <a ScreenToClient and ClientToScreen Delphi this</a></p>
Sponsored Links
Read Next: Exif Utilities - compiled demos for CCR Exif
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
