[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 TControl.GetDefaultColor, TControl.GetColorResolvingParent or TControl.GetRGBColorResolvingParent
Source position: graphics.pp line 295
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 |
lazarus-ccr.sourceforge.net |