ComboResetContentΒΆ

ComboResetContent removes all items from the list box and edit control of a combo box.

bool = ComboResetContent()
bool = ComboResetContent(nID)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

nID

nID is 1 for the toolbar combo box "Import" (default value) and 2 for the "DatasetStyle" combo box.

id-1433218