xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

SET INTENSITY

Toggles usage of enhanced colors for GET and PROMPT

Syntax

SET INTENSITY ON | off | (<lOnOff>)

Arguments

ON | off | (<lOnOff>)
The option toggles whether or not the commands GET and PROMPT use the enhanced color for displaying the current entry fieldor menu item. The default is ON, or .T. (true). When set to OFF or .F. (false), GET and PROMPT use only the standard color for display.

Description

SET INTENSITY is a compatibility command for text-mode applications. It determines if @...GET and @...PROMPT use only the standard color for display or highlight the current entry field or menu item with the enhanced color. Refer to function SetColor() for standard and enhanced color.

Info

See also:@...GET, @...PROMPT, @...SAY, Set(), SetColor()
Category: Output commands , SET commands
Source:rtl\set.c
LIB:xhb.lib
DLL:xhbdll.dll


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