This documentation is archived and is not being maintained.
FormComboBoxControl.delete Method [AX 2012]
Removes a string value from the combo box list.
public void delete(str string)
Run On
Client
Parameters
-
string
- Type: str
The string value to remove from the combo box list.
The following example shows how to remove a string value from the combo box list.
this.delete("Model 12357");