<quote>
<descrip>
-<tag/Function/Clear the screen
+<tag/Function/Clear the drawpage
<tag/Header/<tt/<ref id="tgi.h" name="tgi.h">/
<tag/Declaration/<tt/void __fastcall__ tgi_clear (void);/
-<tag/Description/Clear the screen
+<tag/Description/Clear the drawpage
<tag/Limits/<itemize>
<item>The function is only available as fastcall function, so it may only
be used in presence of a prototype.
/* Get an error message describing the error in code. */
void __fastcall__ tgi_clear (void);
-/* Clear the screen. */
+/* Clear the drawpage. */
unsigned __fastcall__ tgi_getpagecount (void);
/* Returns the number of screen pages available. */
; Ullrich von Bassewitz, 21.06.2002
;
; void __fastcall__ tgi_clear (void);
-; /* Clear the screen */
+; /* Clear the drawpage */
.include "tgi-kernel.inc"