Chapter Contents |
Previous |
Next |
Catalog Entry Model: _setBylineColor |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_setBylineColor', color<, attr>); |
Argument | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
color |
C | specifies or returns a color | ||||||||
attr | C | specifies or returns a display attribute:
|
Example |
This example sets the byline text color to red.
call notify('textview', '_set_byline_color_', 'red');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.