Language:
Русский
English
AssignCrt (procedure) (WinCrt unit)
Associates a text file with the CRT window.
Declaration
procedure procedure AssignCrt(var f: Text);
Target
Windows, Real, Protected
Remarks
AssignCrt works exactly like the Assign standard procedure except that no file name is specified. Instead, the text file is associated with the CRT.
This allows faster output (and input) than would normally be possible using standard output (or input).