[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomScrollBar.SmallChange

The distance to scroll when the up or down button is clicked.

Declaration

Source position: stdctrls.pp line 111

public property TCustomScrollBar.SmallChange : TScrollBarInc
  read FSmallChange
  write FSmallChange
  default 1;

Description

A small change occurs when the up or down buttons are clicked, or by up/down keyboard commands. It is typically used for scrolling by a few pixels, or by a single row or column of text.

Use LargeChange for the value applied when clicking the thumb in the scrollbar, or when using the Home or End keys to navigate in the associated control.


Version 4.0 Generated 2025-05-03 Home