IMsExpressionEdit.GetAttributeCount

Fore Syntax

GetAttributeCount: Integer;

Fore.NET Syntax

GetAttributeCount: Integer;

Description

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

Comments

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

Example

Example of use is given in description of the AddAttribute method.

See also:

IMsExpressionEdit