SHDocVw.IWebBrowser.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: Integer read Get_Top write Set_Top;

C++

__property int Top = {read=_scw_Get_Top, write=Set_Top};

Properties

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

Description

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

Read Top to determine the upper coordinate of the window. Write Top to modify the upper coordinate of the window and therefore the position of the window on the Y axis.

See Also