RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.ClientToWindow Method

Not used in TWebBrowser.

Pascal
procedure ClientToWindow(var pcx: SYSINT; var pcy: SYSINT);
C++
__fastcall ClientToWindow(SYSINT pcx, SYSINT pcy);

Do not use this method. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. Internet Explorer uses ClientToWindow to convert between client coordinates and window coordinates. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!