commitOnSelChange

The commitOnSelChange property defines if the field value is committed immediate after a selection change or not. This property is only available for combo box and list box objects.

 

Syntax

System.Boolean commitOnSelChange();

 

Return Value

Returns the current property value.

 

Remarks

It works only with text field

 

Member of field.

 

Example