RemoveSelectedItem
This function will remove the selected item in the combo-box object.
Function Definition:
void RemoveSelectedItem();
To configure this function, follow the steps below:
1. In an object event, configure the RemoveSelectedItem() function: ComboBoxObjectName.RemoveSelectedItem();
2. During the execution of RunTime, in the combo-box object, select an item.
3. Run the configured event to remove the selected item.
|
Note: This property exists only to the following objects: |