SHDocVw.IWebBrowser.Get_Top

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_Top: Integer; safecall;

C++

virtual HRESULT __safecall Get_Top(int &__Get_Top_result) = 0 ;

Properties

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

Description

Returns the value of the Top property.

Use Get_Top to determine the upper coordinate of the window.

See Also