Color Type (ColorType)

Type of colors to display in the ColorList widget: System, Web (default), StrictWeb, or None.

ColorType="System | Web | StrictWeb | None"

Value

Representation

Description

  (default)

Use the colors as defined in the application .ini file.

System System

Use system colors. The colors displayed are dependent on the system setup

Web Web

Use W3C standard web colors, plus numbered variations used in themes, such as antiquewhite1

StrictWeb  

Use only W3C standard web colors. For more information, refer to Color Names Supported on All Browsers

None  

No colors are listed in the widget.

Setting in ProcScript

$fieldproperties(COLORS)="colortype=strictweb"