[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
SysColorToSysColorIndex - if Color is one of the system colours, returns the Index of the system colour
Source position: graphics.pp line 1879
function SysColorToSysColorIndex( |
Color: TColor |
):Integer; |
Color |
|
The Color for processing |
Returns the Index value of the Color if it is a system colour, otherwise returns -1
If Color is not a system color, returns -1
lazarus-ccr.sourceforge.net |