Chapter Contents |
Previous |
Next |
Text Viewer: _getTextColor |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_getTextColor', color<, attr>); |
Argument | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
color |
C | returns a color | ||||||||
attr |
C | returns a display attribute:
|
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.