SHDocVw.IWebBrowser.Set_Height

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Set_Height(pl: Integer); safecall;

C++

virtual HRESULT __safecall Set_Height(int pl) = 0 ;

Properties

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

Description

Modifies the object height in pixels.

Use Set_Height to modify the height of the object.

See Also