[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates whether a default color applies to a font or a brush.
Source position: graphics.pp line 980
type TDefaultColorType = ( |
||
dctBrush, |
|
Default color refers to the Brush color. |
dctFont |
|
Default color refers to the Font color. |
); |
Values from TDefaultColorType are passed as an argument to the GetdefaultColor method in TCanvas. It allows the color clDefault to be resolved to the correct color value in the class instance.
|
Gets the default color value for the canvas. |