SHDocVw.TWebBrowser.PutProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PutProperty(const Property_: WideString; vtValue: OleVariant);

C++

void __fastcall PutProperty(const System::WideString Property_, const System::OleVariant &vtValue);

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 PutProperty to set a property value.