[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TScrollStyle - enumerated type determining style of scroll bars on a control
Source position: stdctrls.pp line 46
type TScrollStyle = ( |
||
ssNone, |
|
|
ssHorizontal, |
|
|
ssVertical, |
|
|
ssBoth, |
|
|
ssAutoHorizontal, |
|
|
ssAutoVertical, |
|
|
ssAutoBoth |
|
|
); |
lazarus-ccr.sourceforge.net |