Chapter Contents

Previous

Next
Text Viewer: _setColsColor

Text Viewer: _setColsColor



Assigns the color and optionally the display attribute of the columns area


Syntax
Example

Syntax

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

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


Example

_setColsColor colors the columns area blue.

call notify('textview', '_set_cols_color_', 'blue');


Chapter Contents

Previous

Next

Top of Page

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