Chapter Contents

Previous

Next
Catalog Entry Model: _getBylineColor

Catalog Entry Model: _getBylineColor



Returns the color and optionally the display attribute of BY lines in an OUTPUT catalog entry


Syntax
Details
Example

Syntax

CALL NOTIFY (viewer-name, '_getBylineColor', 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, bylines in the viewer are the color assigned by the SASCOLOR window element, BYLINES.


Example

If the _setBylineCOLOR method has never been called, the _getBylineCOLOR method returns the name of the SASCOLOR element, 'BYLINE'.

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


Chapter Contents

Previous

Next

Top of Page

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