Chapter Contents

Previous

Next
Catalog Entry Model: _getNoteColor

Catalog Entry Model: _getNoteColor



Returns the color and optionally the display attribute of note lines in a LOG catalog entry


Syntax
Details
Example

Syntax

CALL NOTIFY (viewer-name, '_getNoteColor', 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, note lines in the viewer are the color assigned by the SASCOLOR window element, NOTE.


Example

If the _setNoteColor method has never been called, the _getNoteColor method returns the name of the SASCOLOR element, 'NOTE'.

call notify('textview', '_get_note_color_',
             color);


Chapter Contents

Previous

Next

Top of Page

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