AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkText.SetCharColor Method (Integer, TAgkColor)

Sets the color of the specified character.

Syntax
Pascal
procedure SetCharColor(const CharIndex: Integer; const Color: TAgkColor); overload;
Parameters 
Description 
const CharIndex: Integer 
The index of the character to modify. Indexes start at 0. If the index is out of range it will be ignored. 
const Color: TAgkColor 
the color. 

Using the SetColor method will override this.

Copyright (c) 2012. All rights reserved.