xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

SetClearA()

Sets the default color attribute for clearing the screen.

Syntax

SetClearA( [<xColor>] ) --> cNull

Arguments

<xColor>
This is either a single color value (see SetColor()), or its numeric color attribute (see ColorToN()). It defines the default color for clearing the screen. If no parameter is passed, the default color ("W/N") is set.

Return

The return value is always a null string ("").

Info

See also:GetClearA()
Category: CT:Video , Screen functions
Source:ct\setclear.c
LIB:xhb.lib
DLL:xhbdll.dll


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