Chapter Contents

Previous

Next
Catalog Entry Model: _getDataColor

Catalog Entry Model: _getDataColor



Returns the color and optionally the display attribute of data lines in an OUTPUT or LOG catalog entry


Syntax
Details
Example

Syntax

CALL NOTIFY (viewer-name, '_getDataColor', color<, attr>);

Argument Type Description
color
C specifies or returns a color
attr C specifies or returns a display attribute:
'NONE'
'REVERSE'
'UNDERLINE'
'REVERSE UNDERLINE'



Details

By default, data lines in the viewer are the color assigned by the SASCOLOR window element, DATA.


Example

This example sets the data color to red.

call notify('textview', '_set_data_color_',
            'red');
call notify('textview', '_get_data_color_',
             color);

_getDataColor returns COLOR='RED'


Chapter Contents

Previous

Next

Top of Page

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