RemoveAllItems

Parent Previous Next

RemoveAllItems

This function will remove all items of the combo-box object.


Function Definition:


void RemoveAllItems();



To configure this function, follow the steps below:


1.   In an object event, configure the RemoveAllItems() function: ComboBoxObjectName.RemoveAllItems();


2.   Run the configured event to remove the all items that are shown in the combo-box object.


  

 

Note: This property exists only to the following objects:

.     Combo-Box