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

TScrollCode

The scroll action type, as reported by the widget.

Declaration

Source position: stdctrls.pp line 46

type TScrollCode = (

  scLineUp,

  

Scroll one line up (column left).

  scLineDown,

  

Scroll one line down (column right).

  scPageUp,

  

Scroll one page up (left).

  scPageDown,

  

Scroll one page down (right).

  scPosition,

  

Scroll to the specified position.

  scTrack,

  

Scroll tracking to the specified position.

  scTop,

  

Scroll to the top (left) end.

  scBottom,

  

Scroll to the bottom (right) end.

  scEndScroll

  

Scrolling finished.

);

Description

These values must correspond to the SB_xxx values in LCLType.

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