Sets the color of the flashing cursor in the text box.
procedure SetCursorColor(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. |
Copyright (c) 2012. All rights reserved.
|