Language:
Русский
English
InitWinCrt (procedure) (WinCrt unit)
Creates the CRT window if it has not already been created.
Declaration
procedure InitWinCrt;
Target
Windows
Remarks
InitWinCrt is automatically called if you have used Read, Readln, Write, or Writeln in a file that has been assigned to the CRT. InitWinCrt uses the WindowOrg, WindowSize, and ScreenSize constants, and the WindowTitle variable to determine the characteristics of the CRT window.