IBindingComboBox.SeparatorsDefined

Syntax

SeparatorsDefined: Boolean;

Description

The SeparatorsDefined property determines whether the SEPARATORS parameter is present in binding string.

Comments

If the SeparatorsDefined property is set to True, the binding string describing the value editor will contain the SEPARATORS parameter. The value of this parameter is determined by the IBindingComboBox.Separators property.

Example

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

See also:

IBindingComboBox