Separators: String;
The Separators property determines value of the SEPARATORS parameter in binding string.
The SEPARATORS parameter determines separator character of the combined list elements determined in the IBindingComboBox.Items property. By default, the | separator character is used.
The Separators property is available if the IBindingComboBox.SeparatorsDefined property is set to True. If the Separators property is changed, the IBindingComboBox.SeparatorsDefined property is automatically set to True.
The example of use is given in description of the IBindingComboBox.Items property.
See also: