Chapter Contents |
Previous |
Next |
Text Viewer: _getHscroll |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_getHscroll', unit<, num-units>); |
Argument | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
unit |
C | returns the scrolling unit:
|
||||||||
num-units |
N | returns the number of units if the scrolling unit is 'COLUMN' |
Example |
If the horizontal scrolling unit is the default, _getHscroll returns the value 'PAGE' to the variable UNIT:
call notify('textview', '_get_hscroll_', unit);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.