SHDocVw.IWebBrowser.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read Get_Width write Set_Width;

C++

__property int Width = {read=_scw_Get_Width, write=Set_Width};

Properties

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

Description

Specifies the object width in pixels.

Read Width to determine the width of the object. Write Width to modify the width of the object.

See Also