[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Background color for an edit control.
Source position: graphics.pp line 301
const clWindow = TColor(SYS_COLOR_BASE or COLOR_WINDOW); |
The color of the background for 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.
|
Represents the color of the background for a form. |
|
|
The color for the text in an edit control. |
Version 4.0 | Generated 2025-05-03 | Home |