Chapter Contents |
Previous |
Next |
Extended Text Entry: _getHscroll |
Syntax | |
See Also |
Syntax |
CALL NOTIFY (ext_text_name, '_getHscroll', unit, <num-units>); |
Argument | Type | Description | |
---|---|---|---|
unit |
C | returns the scrolling unit: | |
'PAGE' | number of visible columns | ||
'HALF' | half the number of visible columns. | ||
'MAX' | to the number of the maximum columns minus the visible columns (See _getMaxcol in this class.) | ||
'COLUMN' | amount specified by num-units. | ||
num-units |
N | number of units to scroll |
See Also |
_hscroll
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.