Share via


FormComboBoxControl.delete Method

Removes a string value from the combo box list.

Syntax

public void delete(str string)

Run On

Client

Parameters

  • string
    Type: str
    The string value to remove from the combo box list.

Examples

The following example shows how to remove a string value from the combo box list.

this.delete("Model 12357");

See Also

FormComboBoxControl Class

FormComboBoxControl.add Method

FormComboBoxControl.insert Method