Chapter Contents

Previous

Next
Text Viewer: _getTextColor

Text Viewer: _getTextColor



Returns the color and optionally the display attribute of the text area


Syntax
Example

Syntax

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

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


Example

If the text numbers area is yellow, _getTextColor returns the value 'YELLOW' to the variable COLOR:

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


Chapter Contents

Previous

Next

Top of Page

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