[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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: TColor |
):TColor; |