IBindingDimCombo.SelectionModeDefined

Syntax

SelectionModeDefined: Boolean;

Description

The SelectionModeDefined property determines whether the SELECTIONMODE parameter is present in binding string.

Comments

If the SelectionModeDefined property is set to True, the binding string describing the value editor contains the SELECTIONMODE parameter. The value of this parameter is determined by the SelectionMode property.

Example

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

See also:

IBindingDimCombo