SHDocVw.TWebBrowser.GetProperty
Delphi
function GetProperty(const Property_: WideString): OleVariant;
C++
HIDESBASE System::OleVariant __fastcall GetProperty(const System::WideString Property_);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
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 GetProperty to return a property value.