IBindingTreeCombo.SeparatorsDefined

Fore Syntax

SeparatorsDefined: Boolean;

Fore.NET 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 parameter value is determined by the Separators property.

Example

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

See also:

IBindingTreeCombo