Chapter Contents |
Previous |
Next |
Table Editor: _popup |
Syntax | |
Details |
Syntax |
CALL SEND (table-id, '_popup', fill-lst, selection); |
Argument | Type | Description |
---|---|---|
fill-lst |
N | specifies the identifier of an SCL list that contains the pop-up menu items that will be appended to the default pop-up menu |
selection |
N | returns the selected pop-up menu item |
Details |
The _popup method for the table editor displays a run-mode pop-up menu. You can pass an empty list if you only want the default items in the pop-up menu. See the _popup method in the Widget class for more information and an example.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.