Chapter Contents

Previous

Next
Work Area: _getSelections

Work Area: _getSelections



Returns an SCL list containing all currently selected work area items


Syntax
Details

Syntax

CALL NOTIFY (workarea-name, '_getSelections', selected-list);

Argument Type Description
selected-list
N specifies the identifier of an SCL list that will contain information about each currently selected widget in the work area.


Details

The returned list contains data about the selected widgets and can be used to operate on the widgets as a group but not individually, unless you use the instance variable _SELF_ under each widget to send methods to that widget.

To access individual widgets, use the _getWidgets method.


Chapter Contents

Previous

Next

Top of Page

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