Chapter Contents |
Previous |
Next |
Form Editor: _getCurrentWidgetInfo |
Syntax | |
Details |
Syntax |
CALL SEND (form-id, '_getCurrentWidgetInfo', info-lst); |
Argument | Type | Description |
---|---|---|
info-lst |
N | specifies the identifier of an SCL list to contain information about the active widget |
Details |
The _getCurrentWidgetInfo method returns the widget identifier, the linked column name, and the linked column identifier of the active widget, as shown in the following table.
Item | Type | Value |
---|---|---|
'WIDGET_ID' | N | 0 |
'COLUMN_NAME' | C | '' |
'COLUMN_ID' | N | 0 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.