TTMSFNCComboBox.OnItemSelected Event
Occurs when an item is selected from the drop-down list or by autocomplete.
API unit family: TMSFNCComboBox
Declaring type: TTMSFNCComboBox
Inherited from: TTMSFNCCustomComboBox
Syntax
OnItemSelected: TTMSFNCCustomComboBoxItemSelectedEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AText |
Text of the selected item. |
AItemIndex |
Zero-based index of the selected item. |