SHDocVw.IWebBrowser.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left: Integer read Get_Left write Set_Left;

C++

__property int Left = {read=_scw_Get_Left, write=Set_Left};

Properties

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

Description

Specifies the X axis coordinate of the left edge of the window.

Read Left to determine the left coordinate of the window. Write Left to modify the upper coordinate of the window and therefore the position of the window on the X axis.

See Also