Vcl.Tabs.TScroller.Position

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Position: Longint read FPosition write SetPosition default 0;

C++

__property int Position = {read=FPosition, write=SetPosition, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TScroller

Description

Position is the current position in the scroll range.

Read Position to determine the current position the scroller represents. Position is a value between Min and Max. Use an OnClick event handler to notify the object being scrolled when the Position changes.

See Also