Re: local to screen



On Sun, 24 Dec 2006 11:58:42 -0600, Rob Kennedy <me3@xxxxxxxxxxx>
wrote:

J French wrote:
What you need is to look in the Win32 Programmers' Reference Help File
which is normally tied in with the Delphi Help system

The Windows APIs are ScreenToClient and ClientToScreen

Probably you did not find them as they are not Delphi functions

Well, except for the ones that _are_ Delphi functions, like
TControl.ScreenToClient and TControl.ClientToScreen. :)

Nice catch Rob - Thanks
.