Vcl.GraphUtil.WebNamedColors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

WebNamedColors: array[0..WebNamedColorsCount - 1] of TIdentMapEntry = ( (Value: clWebSnow; Name: 'clWebSnow'),                                { do not localize }

C++

extern DELPHI_PACKAGE Vcl_Graphutil__1 WebNamedColors;

Properties

Type Visibility Source Unit Parent
const
variable
public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Description

Stores the web named colors.

WebNamedColors is an array of TIdentMapEntry records, containing the name and value of web colors.

See Also