Previous: CRT Unit Procedures and Functions To the Table of Content Next: ClrEOL procedure

- 4.8.3.1 -
Standard Units
Crt Unit
CRT Unit Procedures and Functions

AssignCrt procedure

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.


Previous: CRT Unit Procedures and Functions To the Table of Content Next: ClrEOL procedure
CRT Unit Procedures and Functions Table of Content ClrEOL procedure

- 4.8.3.1 -