Chapter Contents |
Previous |
Next |
Data Form: _getWidgets |
Syntax | |
Details |
Syntax |
CALL SEND (form-id, '_getWidgets', widget-list); |
Argument | Type | Description |
---|---|---|
widget-list |
N | specifies the identifier of an SCL list to contain the information about the data form's widgets |
Details |
The _getWidgets method returns complete information about all of the widgets inside of the data form and places them in the list as sublist items. Each sublist in the list is named using the object's name.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.