IMetaAttribute.OrderInHierarchyByDefault

Syntax

OrderInHierarchyByDefault: Integer;

Description

The OrderInHierarchyByDefault property determines the default order of attribute in the hierarchy.

Comments

The property is relevant if the attribute is included into the hierarchy by default, that is, the IMetaAttribute.IsInHierarchyByDefault property is set to True.

Numbering of attributes in the default order is continuous and starts with zero.

Example

The property use is given in the example for IMetaAttribute.IsInHierarchyByDefault.

See also:

IMetaAttribute