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