Skip to content

Combo_Item_Changed - ComboForm

Sets the Item_Changed_State and sends the onChange message; good hook to get newly selected value

Type: Event

Syntax

Procedure Combo_Item_Changed

Description

The Combo_Item_Changed event sets the Item_Changed_State of this object's Entry_Item to True and sends the OnChange message. It is received when a user scrolls the combo list from its initial displayed choice.

This is a good hook to get the newly selected value of the control.