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 Separators property.

Example

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

See also:

IBindingComboBox