IBindingComboBox.Separators

Syntax

Separators: String;

Description

The Separators property determines value of the SEPARATORS parameter in binding string.

Comments

The SEPARATORS parameter determines separator character of the combined list elements determined in the Items property. By default, the | separator character is used.

The Separators property is available if the SeparatorsDefined property is set to True. If the Separators property is changed, the SeparatorsDefined property is automatically set to True.

Example

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

See also:

IBindingComboBox