SHDocVw.TWebBrowser.CreateWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateWnd; override;

C++

virtual void __fastcall CreateWnd(void);

Properties

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

Description


Creates the underlying window.

SHDocVw.TWebBrowser.CreateWnd inherits from Vcl.Controls.TWinControl.CreateWnd. All content below this line refers to Vcl.Controls.TWinControl.CreateWnd.

Creates the underlying window.

CreateWnd is called automatically when the control is first created or when the underlying screen object must be destroyed and recreated to reflect property changes. Override CreateWnd to pass additional initialization messages to the screen object when it is created.

See Also