ListMode: Boolean;
The ListMode property determines the LISTMODE parameter value in binding string.
The LISTMODE parameter determines whether it is possible to enter value in editor using keyboard. If the parameter is set to True, the editor value can be only selected from the IBindingComboBox.Items list, otherwise the editor value can be entered using keyboard.
The ListMode property is available if the IBindingComboBox.ListModeDefined property is set to True. If the ListMode property is changed, the IBindingComboBox.ListModeDefined property is automatically set to True.
The example of use is given in description of the IBindingComboBox.Items property.
See also: