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");

Community Additions

ADD
Show: