Chapter Contents |
Previous |
Next |
Text Viewer: _hscroll |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_hscroll'<, unit><, num-units>); |
Argument | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
unit |
C | specifies the scrolling unit:
|
||||||||
num-units |
N | specifies the number of units. To scroll left, specify a negative number. |
Example |
_hscroll scrolls 3 columns to the right.
call notify ('textview', '_hscroll_', 'column', 3);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.