Previous: MoveTo procedure To the Table of Content Next: OutText procedure

- 4.37.2.82 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

OutCharXY procedure

Targets: MS-DOS, Win32
Graph Unit

Sends a char to the output device.

Declaration:
procedure OutCharXY(X, Y: Longint; C: Char; Color: DWORD);
Remarks:
Displays char C at (X, Y) using given Color.

OutCharXY has no affects on the CP.


Previous: MoveTo procedure To the Table of Content Next: OutText procedure
MoveTo procedure Table of Content OutText procedure

- 4.37.2.82 -