![]() Chapter Contents |
![]() Previous |
![]() Next |
| Text Viewer: _getColsColor |
| Syntax | |
| Example |
Syntax |
| CALL NOTIFY (viewer-name, '_getColsColor', color<, attr>); |
| Argument | Type | Description |
|---|---|---|
| color |
C | returns a color |
| attr |
C | returns a display attribute: |
| 'NONE' | ||
| 'REVERSE' | ||
| 'UNDERLINE' | ||
| 'REVERSE UNDERLINE' |
| Example |
In this example the columns area is red reverse.
call notify('textview', '_get_cols_color_',
color, attr);
_getColsColor returns the following values:
COLOR = 'RED'
ATTR = 'REVERSE'
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.