Vcl.Tabs.TScroller.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Change: Integer read FChange write FChange default 1;

C++

__property int Change = {read=FChange, write=FChange, default=1};

Properties

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

Description

Specifies the number of units to scroll when the user clicks the arrow buttons.

Set Change to indicate the number of units between Min and Max the Position moves whenever the user clicks on one of the arrow buttons. Change represents the mapping between the units used to specify Min, Max, and Position, and the logical units represented by the scroller.

For example, if the values of Min, Max, and Position are given in screen pixels, Change would be the number of pixels to scroll whenever the user clicks the scroll arrow.

See Also