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

TScrollCode

The scroll action type.

Declaration

Source position: stdctrls.pp line 48

type TScrollCode = (

  scLineUp,

  

Scroll one line up.

  scLineDown,

  

Scroll one line down.

  scPageUp,

  

Scroll one page up.

  scPageDown,

  

Scroll one page down.

  scPosition,

  

Scroll to the specified position.

  scTrack,

  

Scroll tracking to the specified position.

  scTop,

  

Scroll to the top.

  scBottom,

  

Scroll to the bottom.

  scEndScroll

  

Scroll ends.

);