MetaSource.AllowSelection

Syntax

AllowSelection: Boolean;

Description

The AllowSelection property determines setting of selection for metadata tree model elements.

Comments

Available values:

Use the setAllowSelection method to set the property value and the getAllowSelection method to get the property value. Value cannot be set from JSON.

Example

The example of property use is given in description of the MetaTree constructor.

See also:

MetaSource