ITerm.GetTextColor

Syntax

GetTextColor(Position: integer): IGxColor;

Parameters

Position. Index of the character that is used to check color, numbering starts with zero.

Description

The GetTextColor method returns color of term characters.

Comments

The method returns colors set by the ITerm.Color property of the ITerm.SetTextColor method.

Example

The method use is given on the ITerm.CustomHyperlinkStyle page.

See also:

ITerm