SHDocVw.TWebBrowser.ClientToWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClientToWindow(var pcx: SYSINT; var pcy: SYSINT);

C++

void __fastcall ClientToWindow(int &pcx, int &pcy);

Properties

Type Visibility Source Unit Parent
procedure
function
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Not used in TWebBrowser.

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.