IMetaAttributeGroup.IsPartiallyFree

Fore Syntax

IsPartiallyFree: Boolean;

Fore.NET Syntax

IsPartiallyFree: boolean;

Description

The IsPartiallyFree property returns whether there is a free attribute in the group.

Comments

If the property returns True, there is a free attribute in the group. Each group must have at least one free attribute.

Fore and Fore.NET Examples

The property use is given in the example for IMetaAttributeGroupsSet.Item.

See also:

IMetaAttributeGroup