| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Displays buffered screen output.
DispEnd() --> NIL
The return value is always NIL.
DispEnd() terminates buffered screen output initiated with a call to DispBegin() and makes the buffered output visible. DispEnd() must be called as many times as DispBegin(). This is important for nested DispBegin() calls.
| See also: | DispBegin(), DispCount(), DispOut() |
| Category: | Screen functions |
| Source: | rtl\gt.c |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
// see the example for DispBegin()
http://www.xHarbour.com