IGxSystemColors.ControlDarkDark

Syntax

ControlDarkDark: IGxColor;

Description

The ControlDarkDark returns the object that contains the dark color of 3D objects.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.ControlDarkDark;

End Sub Main;

After the executing the example the Color variable contains the dark color of 3D objects.

See also:

IGxSystemColors