[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The distance to scroll when the up or down button is clicked.
Source position: stdctrls.pp line 111
public property TCustomScrollBar.SmallChange : TScrollBarInc |
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 |