SHDocVw.IWebBrowser.Set_Left

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Set_Left(pl: Integer); safecall;

C++

virtual HRESULT __safecall Set_Left(int pl) = 0 ;

Properties

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

Description

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

Use Set_Left to modify the upper coordinate of the window and therefore the position of the window on the X axis.

See Also