Separators: String;
The Separators property determines value of the SEPARATORS parameter in binding string.
The SEPARATORS parameter determines a separator of combo tree node names. If parameter is not set, the | separator is used.
The Separators property is available if the IBindingTreeCombo.SeparatorsDefined property is set to True. If the Separators property is changed, the IBindingTreeCombo.SeparatorsDefined property is automatically set to True.
The example of property use is given in description of the IBindingTreeCombo.Nodes property.
See also: