[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The scroll action type.
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. |
); |