Unit: | SDL_scale | Class: | TScale | Declaration: | property ColorScheme: TColorScheme; |
The property ColorScheme determines which colors are used to draw the frame around the scale. This property is important in cases where the Windows system colors differ from the standard color set-up. The user should try out which of the color schemes fills his needs. The ColorScheme property can take two values:
csBWG |
The frame is drawn by a black-white-gray scheme. |
csSystem |
The frame is drawn by the system colors clBtnHighlight, clBtnFace, and clBlack. |
|