DesignIntf.IHostForm.GetScrollPos
Delphi
function GetScrollPos(Horiz: Boolean): Integer;
C++
virtual int __fastcall GetScrollPos(bool Horiz) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IHostForm |
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.