Language:
Русский
English
RestoreCrtMode (procedure) (Graph unit)
Restores the original screen mode before graphics was initialized.
Declaration
procedure RestoreCrtMode;
Target
Real, Protected
Remarks
Restores the original video mode detected by InitGraph. Can be used in conjunction with SetGraphMode to switch back and forth between text and graphics modes.
Restrictions
Must be in graphics mode.