Converts a color name, like "clBlue", to a TColor value with an optional default value when the color name does not exist.
Source position: graphics.pp line 1906
function StringToColorDef( |
const S: shortstring; |
const DefaultValue: TGraphicsColor |
):TGraphicsColor; |