Chapter Contents |
Previous |
Next |
Text Viewer: _setCaps |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_setCaps', caps); |
Argument | Type | Description | |
---|---|---|---|
caps |
C | specifies the setting: | |
'Y' | text displayed in all capitals | ||
'N' | text displayed in mixed case |
Example |
_setCaps displays the text in all capital letters.
call notify('textview', '_set_caps_', 'Y');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.