[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Get the default color for this widget, from Parent or color type.
Source position: controls.pp line 1601
public function TControl.GetDefaultColor( |
const DefaultColorType: TDefaultColorType |
):TColor; virtual; |
DefaultColorType |
|
The color type to use, as the last resort. |
|
The background color of the control. |
|
|
Use the Color from the Parent control, when enabled. |
|
|
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 |