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

Example

The example of property use is given in description of the IBindingTreeCombo.NodesDefined property.

See also:

IBindingTreeCombo