API: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
Reads a property of an ActiveX control.
SHDocVw.TWebBrowser.GetProperty inherits from Vcl.OleCtrls.TOleControl.GetProperty. All content below this line refers to Vcl.OleCtrls.TOleControl.GetProperty.
Reads a property of an ActiveX control.
Use GetProperty to read a property of an ActiveX control. The Index parameter specifies the dispid of the property being read. The Value output parameter is a TVarData, which will be filled with the read property value.