Language:
Русский
English
CloseGraph (procedure) (Graph unit)
Shuts down the graphics system.
Declaration
procedure CloseGraph;
Target
Real, Protected
Remarks
CloseGraph restores the original screen mode before graphics was initialized and frees the memory allocated on the heap for the graphics scan buffer. CloseGraph also deallocates driver and font memory buffers if they were allocated by calls to GraphGetMem and GraphFreeMem.
Restrictions
Must be in graphics mode.