ComboBox.ResetContent

ComboBox.ResetContent ( 

string ObjectName )

Description

Removes all items from the specified combobox object.

Parameters

ObjectName

(string) The name of the combobox object.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions