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

TCustomScrollBar.LargeChange

LargeChange - the size of the step to be taken by the slider for a large change

Declaration

Source position: stdctrls.pp line 108

public property TCustomScrollBar.LargeChange: TScrollBarInc
  read FLargeChange
  write FLargeChange
  default 1;

Description

A LargeChange is produced by the user clicking on the blank area above or below the slider; it is rather analogous to the Page Down or Page Up functions of the Keyboard and is typically set up to move the slider and the contents of the page or canvas by a whole paragraph or half a page or a full page.

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