[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The default color of a given control.
Source position: graphics.pp line 293
const clDefault = TColor($20000000); |
The default color for a given control. This color alone does not have any meaning; it needs to be resolved using a control instance and one of the methods like: TControl.GetDefaultColor, TControl.GetColorResolvingParent or TControl.GetRGBColorResolvingParent.
|
Gets the default color for the control. |
|
|
Returns the color of the control while resolving clDefault and ParentColor. |
|
|
Returns a RGB value for the color used on the control. |
Version 4.0 | Generated 2025-05-03 | Home |