Occurs when a selection was changed on the object using the keyboard, the mouse or by changing the ListIndex property.
Object.OnSelChange()
The OnSelChange event syntax has the following parts:
| Name | Type | Description | 
| Object | AComboBox | AComboBox control | 
cb1.OnSelChange()
{
cb1.Caption="The selection change is noted."
}