IBindingComboBox.ListMode

Syntax

ListMode: Boolean;

Description

The ListMode property determines the LISTMODE parameter value in binding string.

Comments

The LISTMODE parameter determines whether it is possible to enter value in editor using keyboard. If parameter is set to True, the value in editor can be only selected from the Items list, otherwise the value in editor can be entered using keyboard.

The ListMode property is available if the ListModeDefined property is set to True. If the ListMode property is changed, the ListModeDefined property is automatically set to True.

Example

The example of use is given in description of the Items property.

See also:

IBindingComboBox