[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The scroll action type, as reported by the widget.
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. |
); |
These values must correspond to the SB_xxx values in LCLType.
lazarus-ccr.sourceforge.net |