Language:
Русский
English
WriteChar (procedure) (WinCrt unit)
Writes a single character to the CRT window.
Declaration
procedure WriteChar(Ch: Char);
Target
Windows
Remarks
Writes the character Ch to the WinCrt window at the current cursor position by calling WriteBuf(@Ch, 1).