- 4.37.2.84 -
Standard Units
Graph Unit
Graph Unit Procedures and FunctionsOutTextXY procedure
Targets: MS-DOS, Win32
Graph Unit
Sends a string to the output device.
Declaration:
procedure OutTextXY(X, Y: Longint; TextString: string);
Remarks:
Displays TextString at (X, Y).
TextString is truncated at the viewport border if it is too long.
Use OutText to output text at the current pointer;
use OutTextXY to output text elsewhere on the screen.
OutTextXY uses the font set by
SetTextStyle.
To maintain code compatibility when using several fonts,
use the TextWidth and TextHeight calls to determine
the dimensions of the string. OutTextXY uses the output
options set by SetTextJustify
(justify and center).
|
|
|
OutText procedure |
Table of Content |
PutHTextel procedure |
- 4.37.2.84 -