SHDocVw.IWebBrowser.Get_Left

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_Left: Integer; safecall;

C++

virtual HRESULT __safecall Get_Left(int &__Get_Left_result) = 0 ;

Properties

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

Description

Returns the value of the Left property.

Use Get_Left to determine the left coordinate of the window.

See Also