[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The background color of the control.
Source position: controls.pp line 1653
public property TControl.Color : TColor |
The default Color is the same as the parent window Color. If the color is clDefault then the result will need to be passed through GetDefaultColor to resolve clDefault. Convenience routines which obtains the color resolving clDefault and ParentColor are also provided as TControl.GetColorResolvingParent and TControl.GetRGBColorResolvingParent
|
If true, the Color of the control will be the same as the one from the Parent. Default is true. |
|
|
A color type used by most LCL drawing functions |
|
|
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 |