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

TCustomScrollBar.SmallChange

The distance to scroll on an click on the up/down buttons.

Declaration

Source position: stdctrls.pp line 110

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.