SHDocVw.IWebBrowser.Set_Top

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Set_Top(pl: Integer); safecall;

C++

virtual HRESULT __safecall Set_Top(int pl) = 0 ;

Properties

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

Description

Modifies the Y axis coordinate of the upper edge of the window.

Use Top to modify the upper coordinate of the window and therefore the position of the window on the Y axis.

See Also