[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The main color of a given control. This color does not mean anything alone and needs to be resolved using a control instance and for example TColor.GetDefaultColor, TColor.GetColorResolvingParent or TColor.GetRGBColorResolvingParent
Source position: graphics.pp line 280
const clDefault = ($20000000); |
|
Get the default color for this widget, from Parent or color type. |
|
|
Returns the color of the control while resolving clDefault and ParentColor |
|
|
Returns a RGB value for the color of the control |