DesignIntf.IHostForm.GetScrollPos
| [–] 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.