IMetaAttribute.OrderInHierarchyByDefault

Fore Syntax

OrderInHierarchyByDefault: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IMetaAttribute