[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the color value used for clDefault.
Source position: controls.pp line 311
protected function TControlCanvas.GetDefaultColor( |
const ADefaultColorType: TDefaultColorType |
):TColor; override; |
GetDefaultColor is overridden in TControlCanvas to ensure that the Control is used (when assigned) to retrieve the default color. If Control is not assigned, the inherited method is called to get the default color value.
|
The Control object for which the Canvas is used. |
|
|
Gets the default color value for the canvas. |
|
|
Get the default color for this widget, from Parent or color type. |
lazarus-ccr.sourceforge.net |