Sets the color of the text being input.
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.
|