SHDocVw.IWebBrowser.Get_Height

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_Height: Integer; safecall;

C++

virtual HRESULT __safecall Get_Height(int &__Get_Height_result) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser

Description

Returns the value of the Height property.

Use Get_Height to determine the height of the object.

See Also