ProgrammaticChange Event

Occurs when the value of a control is changed in code.

PROCEDURE Control.ProgrammaticChange
[LPARAMETERS nIndex]

Parameters

  • nIndex
    Uniquely identifies a control if it is in a control array.

Remarks

Setting Selected or SelectedID properties on a Listbox control fires the Programmatic Change event after setting ListItem or ListItemID properties.

See Also

InteractiveChange Event | Selected Property | SelectedID Property | Value Property

Applies To: CheckBox | ComboBox | CommandGroup | EditBox | ListBox | OptionGroup | Spinner | TextBox