Previous: 4.37.2.83. OutText procedure To the Table of Contents Next: 4.37.2.85. PutHTextel procedure
4.37.2.83. OutText procedure Table of Contents 4.37.2.85. PutHTextel procedure

- 4.37.2.84. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.84. OutTextXY procedure


4.37.2.84. OutTextXY 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).


Previous: 4.37.2.83. OutText procedure To the Table of Contents Next: 4.37.2.85. PutHTextel procedure
4.37.2.83. OutText procedure Table of Contents 4.37.2.85. PutHTextel procedure

- 4.37.2.84. -