AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkEditBox.SetTextColor Method (Byte, Byte, Byte)

Sets the color of the text being input.

Syntax
Pascal
procedure SetTextColor(const Red: Byte; const Green: Byte; const Blue: Byte); overload;
Parameters 
Description 
const Red: Byte 
the red component of the color. 
const Green: Byte 
the green component of the color. 
const Blue: Byte 
the blue component of the color. 

You can also use an image with BorderImage.

Copyright (c) 2012. All rights reserved.