IMsExpressionEdit.GetAttributeCount

Syntax

GetAttributeCount: Integer;

Description

The GetAttributeCount method returns the number of the attributes, available for using in the component.

Comments

To add an attribute, use the IMsExpressionEdit.AddAttribute method, or set the IMsExpressionEdit.SelectionSet property.

Example

The property use is given in the example for IMsExpressionEdit.AddAttribute.

See also:

IMsExpressionEdit