HyperWorks Desktop

*TextColor() - TextView

Specifies the text color for the text editor.

*TextColor() - TextView

Specifies the text color for the text editor.

Previous topic Next topic No expanding text in this topic  

*TextColor() - TextView

Specifies the text color for the text editor.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*TextColor(Color)

Arguments

Name

Description

 

Color

A number from 0 to 63 representing the 64 colors in the palette.

Example

*BeginTextEditor()

   *Filename("mview.mvw")

  *TextColor(3)

   *BackgroundColor(5)

*EndTextEditor()

Application

TextView.

Context

*BeginTextEditor()

Report Definitions

Comments

*TextColor() is only valid in text editor blocks.

The colors on the palette are numbered from left to right, top to bottom beginning with 0.

If a color is not specified in a *TextColor() statement, the default set in the preference file is used.

See also

 

*BackgroundColor()

List of Session Statements