Return type:
Applies to:
ADD-FIRST ( item-list label , value )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.
return-code = my-widget-hdl:ADD-FIRST("Seoul").
return-code = my-widget-hdl:ADD-FIRST("Bogota, Seoul, Los Angeles").
return-code = my-widget-hdl:ADD-FIRST("Bogota", 15).
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |