xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

DispEnd()

Displays buffered screen output.

Syntax

DispEnd() --> NIL

Return

The return value is always NIL.

Description

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.

Info

See also:DispBegin(), DispCount(), DispOut()
Category: Screen functions
Source:rtl\gt.c
LIB:xhb.lib
DLL:xhbdll.dll

Example

// see the example for DispBegin()

Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe