procedure WriteChar(aCh : AnsiChar);
Writes a single character at the cursor.
The cursor is advanced after the character is written. Please see the UseAutoWrap property for a discussion of what happens if the cursor was on the last column of a row. The character is written using the current colors and attributes.
See also: UseAutoWrap, WriteString