Chapter Contents

Previous

Next
Catalog Entry Model: _preserveEntryColor

Catalog Entry Model: _preserveEntryColor



Specifies whether to honor the attributes saved in the catalog entry


Syntax
Details
Example
See Also

Syntax

CALL NOTIFY (viewer-name, '_preserveEntryColor', preserve);

Description
specifies a setting


'Y' preserves attributes


'N' ignores attribute


Details

By default, the catalog entry viewer displays text in the color in which it was saved in the catalog entry. This color can be saved in two ways:


Example

In this example, text is red regardless of the attributes with which the entry was saved:

call notify('textview',
           '_preserve_entry_color_', 'N');
call notify('textview',
            '_set_text_color_', 'red');

See Also

_setTextColor in the Text Viewer class.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.