SHDocVw.IWebBrowser.Get_Width

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_Width: Integer; safecall;

C++

virtual HRESULT __safecall Get_Width(int &__Get_Width_result) = 0 ;

Properties

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

Description

Returns the value of the Width property.

Use Get_Width to determine the width of the object.

See Also