Language:
Русский
English
ClearDevice (procedure) (Graph unit)
Clears the currently selected output device and homes the current pointer.
Declaration
procedure ClearDevice;
Target
Real, Protected
Remarks
ClearDevice moves the current pointer to (0, 0), clears the screen using the background color set by SetBkColor, and prepares it for output.
Restrictions
Must be in graphics mode.