Chapter Contents |
Previous |
Next |
Text Viewer: _setHscroll |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_setHscroll', unit<, num-units>); |
Argument | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
unit |
C | specifies the scrolling unit:
|
||||||||
num-units |
N | the number of units if the scrolling unit is 'COLUMN' |
Example |
_setHscroll sets the scrolling unit so that horizontal scrolling moves the viewer to the far right:
call notify('textview', '_set_hscroll_', 'max');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.