Chapter Contents

Previous

Next
Text Viewer: _getCaps

Text Viewer: _getCaps



Reports whether the viewer currently displays text in all capital letters


Syntax
Example

Syntax

CALL NOTIFY (viewer-name, '_getCaps', caps);

Argument Type Description
caps C returns a value indicating whether capitalization is in effect:


'Y' text displayed in all capitals


'N' text displayed in mixed case


Example

If capitalization is turned on, _getCaps returns the value 'Y' to the variable CAPS:

call notify('textview', '_get_caps_', caps);


Chapter Contents

Previous

Next

Top of Page

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