RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.HWnd Property

Provides access to the Window handle for the Web browser.

Pascal
property HWnd: Integer;
C++
__property int HWnd;

Use HWnd for Windows API calls that require a window handle. Use HWnd instead of the Handle property when working with TWebBrowser controls. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!