SHDocVw.TWebBrowser.HWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Busy: WordBool read Get_Busy;
property Name: WideString read Get_Name;
property HWND: HWND read Get_HWND;

C++

__property HWND HWnd = {read=Get_HWND, nodefault};

Properties

Type Visibility Source Unit Parent
property public
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Provides access to the Window handle for the Web browser.

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

See Also