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

TControlScrollBar.Increment

The small Position increment, applicable to the scrollbar arrows.

Declaration

Source position: forms.pp line 143

published property TControlScrollBar.Increment : TScrollBarInc
  read GetIncrement
  write SetIncrement
  default 8;

Description

The amount by which the Position moves if the triangle at either end of the bar is selected.
Default is 8 (pixels).

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