4.37.2.81. MoveTo procedure
Table of Contents
4.37.2.83. OutText procedure
- 4.37.2.82. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.82. OutCharXY procedure
4.37.2.82. 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.
4.37.2.81. MoveTo procedure
Table of Contents
4.37.2.83. OutText procedure
- 4.37.2.82. -