DesignIntf.IHostForm.GetScrollPos

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IHostForm

Delphi

function GetScrollPos(Horiz: Boolean): Integer;

C++

virtual int __fastcall GetScrollPos(bool Horiz) = 0 ;

Description

Returns the position of the scroll.

It returns an integer that represents the position on the horizontal scroll bar if the Horiz parameter is True, or on the vertical scroll bar otherwise.