Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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");