[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The color of the text in a widget, such as for example TEdit. This is usually black. Don't confuse with the color of the window decoration caption or of a raised control such as buttons or anything else.
Source position: graphics.pp line 306
const clWindowText = (SYS_COLOR_BASE or COLOR_WINDOWTEXT); |
|
The color of the background of a widget, for example a TEdit. This is usually white. Don't confuse this with the background of a window, or form, which is given by clForm |
|
|
The color that the text in a button or other raised area should have. |
lazarus-ccr.sourceforge.net |