IGxSystemColors.InfoText

Syntax

InfoText: IGxColor;

Description

The InfoText property returns the object that contains the color of the tooltip font.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.InfoText;

End Sub Main;

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

See also:

IGxSystemColors