![]() Chapter Contents |
![]() Previous |
![]() Next |
| List Box: _getToprow |
| Syntax | |
| Example |
Syntax |
| CALL NOTIFY (list-box-name, '_getToprow', row-number); |
| Argument | Type | Description |
|---|---|---|
| row-number |
N | returns the row number of the item displayed at the top of the list box |
| Example |
_getToprow returns the row number associated with the item that is currently at the top of LISTBOX1:
call notify('listbox1','_get_toprow_',row);
_msg_='The top row of the list box is:
' || row;
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.