TXTextControl.FormSelectedItemChanged Event

Occurs after the selected item of a combobox or a dropdown list has been changed.

Introduced: 28.0.

Syntax

FormSelectedItemChanged(FieldId)
Parameter Description
FieldId

Is the identifier of the combobox or dropdown list.

Remarks

The value of the FieldCurrent property is updated with the value given through the FieldId parameter.

Data Types

FieldId: Integer

See Also