SHDocVw.TWebBrowser.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TWebBrowser(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TWebBrowser(HWND ParentWindow) : Vcl::Olectrls::TOleControl(ParentWindow) { }

Properties

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

Description

Creates a new instance of TOleControl.

SHDocVw.TWebBrowser.Create inherits from Vcl.OleCtrls.TOleControl.Create. All content below this line refers to Vcl.OleCtrls.TOleControl.Create.

Creates a new instance of TOleControl.

Use Create to create a new instance of the TOleControl object. Create calls the inherited Create method and creates and initializes internal objects.

See Also