Chapter Contents

Previous

Next
Text Viewer: _getVscroll

Text Viewer: _getVscroll



Returns the vertical scrolling unit


Syntax
Example

Syntax

CALL NOTIFY (viewer-name, '_getVscroll', unit<, num-units>);

Argument Type Description
unit
C returns the scrolling unit:
'MAX'
'PAGE' (the default)
'HALF'
'ROW'

num-units
N the number of rows if the scrolling unit is 'ROW'


Example

If the vertical scrolling unit is the default, _getVscroll returns the value 'PAGE' to the variable UNIT:

call notify('textview', '_get_vscroll_',
             unit);


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.