- 4.72.2.1. -
Table of Contents
4. Standard Units
4.72. WinCRT - Text Screen interface unit for Win32
4.72.2. WinCRT Unit Procedures and Functions
4.72.2.1. AssignCrt
4.72.2.1. AssignCrt
Targets: MS-DOS, OS/2, Win32
CRT Unit, WinCRT Unit
Associates a text file with the CRT window.
Declaration:
procedure AssignCrt(var f: Text);
Remarks:
AssignCrt works exactly like the Assign standard procedure;
however, no file name is specified. Instead, the text file is associated
with the CRT.
This allows for faster output (and input) than would normally be possible
using standard output (or input) procedure.
- 4.72.2.1. -