[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The background color for the control.
Source position: buttons.pp line 396
public property TCustomSpeedButton.Color : TColor |
The default value for the property is clBtnFace in TCustomSpeedButton.
If the color is clDefault , the result will need to be passed through GetDefaultColor to resolve clDefault to a TColor value. Convenience routines which obtain the color by resolving clDefault and ParentColor are also provided as TControl.GetColorResolvingParent and TControl.GetRGBColorResolvingParent.
|
The background color of the control. |
|
|
Use the Color from the Parent control, when enabled. |
|
|
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 |