IBindingComboBox.ListModeDefined

Syntax

ListModeDefined: Boolean;

Description

The ListModeDefined property determines whether the LISTMODE parameter is present in binding string.

Comments

If the ListModeDefined property is set to True, the binding string describing value editor will contain the LISTMODE parameter. The value of this parameter is determined by the ListMode property.

Example

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

See also:

IBindingComboBox