[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Scroll bar style flags.
Source position: forms.pp line 96
type TScrollBarStyle = ( |
||
ssRegular, |
|
Default style; not used in the current LCL version. |
ssFlat, |
|
Scroll bar appears flat; Not used in the current LCL version. |
ssHotTrack |
|
Scroll bar sends HotTrack messages; Not used in the current LCL version. |
); |
Version 4.0 | Generated 2025-05-03 | Home |