Return type:
Applies to:
ADD-LAST ( item-list label , value )
Note: If the widget’s entries consist of single items, use item-list. If the widget’s entries consist of label-value pairs, use label and value.
Syntax (radio-set) ADD-LAST ( label , value )An integer expression that represents the value of a label-value pair. When the radio set appears, if the user selects label, the AVM assigns value to the corresponding field or variable.
return-code = my-combo-box-hdl:ADD-LAST("Seoul").
return-code = my-sel-list-hdl:ADD-LAST("Bogota, Seoul, Los Angeles").
return-code = my-widget-hdl:ADD-LAST("Bogota", 15).
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |