Vcl.Forms.TControlScrollBar.ScrollPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScrollPos: Integer read GetScrollPos;

C++

__property int ScrollPos = {read=GetScrollPos, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TControlScrollBar

Description

Indicates the position of the thumb tab.

The read-only ScrollPos property returns the current value of Position when the scroll bar is visible. If the scroll bar is not visible, ScrollPos returns 0.

See Also