SHDocVw.IWebBrowser.Set_Width

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Set_Width(pl: Integer); safecall;

C++

virtual HRESULT __safecall Set_Width(int pl) = 0 ;

Properties

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

Description

Modifies the object width in pixels.

Use Width to modify the width of the object.

See Also