IGxSystemColors.Info

Syntax

Info: IGxColor;

Description

The Info property returns the object that contains the color of the tooltip.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.Info;

End Sub Main;

After executing the example the Color variable contains the color of the tooltip.

See also:

IGxSystemColors