Chapter Contents |
Previous |
Next |
Extended Text Entry: _getMaxrow |
Syntax | |
Details | |
See Also |
Syntax |
CALL NOTIFY (ext_text_name, '_getMaxrow', rows); |
Argument | Type | Description |
---|---|---|
rows |
N | returns the maximum number of displayable rows |
Details |
The maximum number of displayable rows is not necessarily the same as the number of rows visible at one time in the extended text entry. Instead, it is the maximum number of lines the extended text entry will hold. Scrolling the extended text entry may be necessary to view all displayable rows. If unlimited rows are specified in the attribute window, _getMaxrow returns -1.
See Also |
_getVisrow.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.