[Overview][Constants][Types][Procedures and functions][Index] |
Enumerated type that indicates the direction for scrollbar arrows.
Source position: graphutil.pp line 67
type TScrollDirection = ( |
||
sdLeft, |
|
|
sdRight, |
|
|
sdUp, |
|
|
sdDown |
|
|
); |
Version 4.0 | Generated 2025-05-03 | Home |